History for Atmosphere / fusee / fusee-secondary / src
2018-05-09
@TuxSH
Rewrite package2.c
TuxSH committed on 9 May 2018
2018-05-08
@TuxSH
Change the allocation logic in stratosphere.c
TuxSH committed on 8 May 2018
@TuxSH
Refactor stage1's and stage2's main.c files
TuxSH committed on 8 May 2018
@TuxSH
Don't deinit the display yet, for now
TuxSH committed on 8 May 2018
@TuxSH
Fix bug in crt0
TuxSH committed on 8 May 2018
@TuxSH
Make di.c accept arbitrary FB addresses, fix flickering issues
TuxSH committed on 8 May 2018
@TuxSH
Fix faulty IRAM check in check_32bit_address_range_in_program
TuxSH committed on 8 May 2018
@TuxSH
Fix inverted condition issue in check_32bit_address_range_loadable
TuxSH committed on 8 May 2018
@TuxSH
Rewrote crt0, init, and chainloading code ...
TuxSH committed on 8 May 2018
@TuxSH
Simplify fsdev_set_default_device
TuxSH committed on 8 May 2018
2018-05-07
@TuxSH
Fix warning/error, etc. in fs_dev.c
TuxSH committed on 7 May 2018
@TuxSH
Fix fsdev_set_default_device bug
TuxSH committed on 7 May 2018
@TuxSH
[stage2] Fix the ordering of rules in linker script
TuxSH committed on 7 May 2018
@TuxSH
Add chainloader (stage2) (need to edit more files)
TuxSH committed on 7 May 2018
2018-05-06
@TuxSH
Rework fs_dev mount code
TuxSH committed on 6 May 2018
@TuxSH
Revert "Fix mount code in fs_dev.c" ...
TuxSH committed on 6 May 2018
@TuxSH
Upgrade FatFs to R0.13b
TuxSH committed on 6 May 2018
@TuxSH
Don't pass the mmc struct around
TuxSH committed on 6 May 2018
@TuxSH
Fix const-correctness issue in sdmmc.h
TuxSH committed on 6 May 2018
@TuxSH
Normalize drivers between stage1 and 2
TuxSH committed on 6 May 2018
@TuxSH
Fix mount code in fs_dev.c
TuxSH committed on 6 May 2018
@TuxSH
Fix the g_bct0 overflow issue, malloc now works ...
TuxSH committed on 6 May 2018
@TuxSH
Fix bss overflow error
TuxSH committed on 6 May 2018
2018-05-05
@TuxSH
[stage2] Remove printk, introduce UTF-8 console stdio
TuxSH committed on 5 May 2018
@TuxSH
Use the bloated string formatting functions from newlib
TuxSH committed on 5 May 2018
@TuxSH
Instead of passing FatFS structs around, unmount; other changes
TuxSH committed on 5 May 2018
@TuxSH
[stage2] Add fatfs devoptab wrapper, change ffconf accordingly
TuxSH committed on 5 May 2018
@TuxSH
Move fatfs around
TuxSH committed on 5 May 2018
2018-05-04
@TuxSH
Initialize heap, increase stack size
TuxSH committed on 4 May 2018
@Michael Scire
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
Michael Scire committed on 4 May 2018