| 2019-02-20 |
sept-s: First functional version.
Michael Scire
committed
on 20 Feb 2019
|
|---|---|
| 2019-01-26 |
fusee: remove unnecessary delay.
Michael Scire
committed
on 26 Jan 2019
|
|
fusee: hide non-error logs behind splash screen (closes #328)
Michael Scire
committed
on 26 Jan 2019
|
|
| 2018-11-12 |
|
| 2018-10-16 |
fusee: Load fs.mitm by default.
Michael Scire
committed
on 16 Oct 2018
|
| 2018-09-28 |
|
| 2018-09-26 |
|
| 2018-09-23 |
change all print* calls to use the new print with a log_level
Resaec
committed
on 23 Sep 2018
|
| 2018-09-22 |
|
| 2018-09-15 |
|
| 2018-09-07 |
Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer).
hexkyz
committed
on 7 Sep 2018
|
| 2018-07-19 |
Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
...
hexkyz
committed
on 19 Jul 2018
|
| 2018-07-04 |
fusee: Temporarily disable anything that prevents the fusee-primary to fusee-secondary transition.
hexkyz
committed
on 4 Jul 2018
|
| 2018-06-05 |
Fix logic bug in stage2's main function
TuxSH
committed
on 5 Jun 2018
|
| 2018-06-04 |
Pass screen status and mmc struct from stage1 to 2
TuxSH
committed
on 4 Jun 2018
|
| 2018-05-21 |
Stage2: Add exception handlers
TuxSH
committed
on 21 May 2018
|
| 2018-05-20 |
Don't check for panics in stage2
TuxSH
committed
on 20 May 2018
|
|
Introduce fatal_error
TuxSH
committed
on 20 May 2018
|
|
|
Add custom panic driver
TuxSH
committed
on 20 May 2018
|
|
| 2018-05-14 |
Make loadlist empty when booting Horizon, more nxboot.c code
TuxSH
committed
on 14 May 2018
|
|
[stage2] Add debug printf in main.c
TuxSH
committed
on 14 May 2018
|
|
| 2018-05-13 |
Rename sd_utils to fs_utils, etc
TuxSH
committed
on 13 May 2018
|
|
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs.
...
TuxSH
committed
on 13 May 2018
|
|
| 2018-05-12 |
stage1 -> stage2 again
TuxSH
committed
on 12 May 2018
|
| 2018-05-09 |
[stage2] Make console.c manage the display, enable it only when needed
TuxSH
committed
on 9 May 2018
|
| 2018-05-08 |
Refactor stage1's and stage2's main.c files
TuxSH
committed
on 8 May 2018
|
|
Don't deinit the display yet, for now
TuxSH
committed
on 8 May 2018
|
|
|
Fix bug in crt0
TuxSH
committed
on 8 May 2018
|
|
|
Make di.c accept arbitrary FB addresses, fix flickering issues
TuxSH
committed
on 8 May 2018
|
|
|
|