3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected over 1 year ago.
Dec 04, 2022 — Dec 04, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... over 12 years ago
Fixed correct inline assembly usage. More... over 12 years ago
Fixed correct MCF_MMU_MMUCR usage. More... over 12 years ago
Fixed wrong initial PC.. More... over 12 years ago
[no comment] More... over 12 years ago
changed srecord extension to .s19 according to Vincent's suggestion More... over 12 years ago
[no comment] More... over 12 years ago
[no comment] More... over 12 years ago
[no comment] More... over 12 years ago
got rid of a lot of unused variables and some compiler warnings More... over 12 years ago
removed object files list from final linker call since that's misleading (controlled through link script itself) More... over 12 years ago
corrected wrong loop branches More... over 12 years ago
forgot new cache functions in linker control file More... over 12 years ago
added functions (in cache.[ch]) to flush data and instruction caches for specific memory regions More... over 12 years ago
added prototype for cache handling More... over 12 years ago
called instruction _and_ data cache flush after BaS copy More... over 12 years ago
Translated BaS copy routines to C. Added functionality to flush caches before jumping into copied code More... over 12 years ago
Made compiler more picky by adding -Wall to CFLAGS. This showed up more warnings where some are already fixed. More... over 12 years ago
still had the wrong CPU in the Makefile. Not its "-mcpu=5474" as suggested. More... over 12 years ago
eclipse More... over 12 years ago
(Nearly) clean build. Still one warning (possible integer overflow) left - need to look into it More... over 12 years ago
fixed "clean" target to really clean added a "depend" target More... over 12 years ago
fixed reference to __BOOT_FLASH More... over 12 years ago
cleanup of startup() More... over 12 years ago
fixed CFLAGS according to Vincent's suggestions More... over 12 years ago
fixed linker control file More... over 12 years ago
fixed undefined external references More... over 12 years ago
fixed a few compiler warnings More... over 12 years ago
provided empty sd_card_init() function to make the linker happy More... over 12 years ago
fixed external reference to _BaS_base More... over 12 years ago