SummerCart64/docs
Mateusz Faderewski 421d0438f3
[SC64][FW][SW] Controller rewrite to remove task subsystem + minor bug fixes (#64)
This PR completely removes `task.c / task.h` from `sw/controller` STM32
code.
Additionally, these changes were implemented:
- Updated IPL3
- Added new diagnostic data (voltage and temperature) readout commands
for USB and N64
- Fixed some issues with FlashRAM save type
- Joybus timings were relaxed to accommodate communication with
unsynchronized master controller (like _Datel Game Killer_, thanks
@RWeick)
- N64 embedded test program now waits for release of button press to
proceed
- Fixed issue where, in rare circumstances, I2C peripheral in STM32
would get locked-up on power-up
- LED blinking behavior on SD card access was changed
- LED blink duration on save writeback has been extended
- Minor fixes through the entire of hardware abstraction layer for STM32
code
- Primer now correctly detects issues with I2C bus during first time
programming
- `primer.py` script gives more meaningful error messages
- Fixed bug where RTC time was always written on N64FlashcartMenu boot
- sc64deployer now displays "Diagnostic data" instead of "MCU stack
usage"
2024-01-29 14:23:18 +01:00
..
00_quick_startup_guide.md [SC64][DOCS] Updated documentation 2023-08-26 13:37:48 +02:00
01_memory_map.md [SC64][DOCS] Updated documentation 2023-08-30 18:14:24 +02:00
02_n64_commands.md [SC64][FW][SW] Controller rewrite to remove task subsystem + minor bug fixes (#64) 2024-01-29 14:23:18 +01:00
03_usb_interface.md [SC64][FW][SW] Controller rewrite to remove task subsystem + minor bug fixes (#64) 2024-01-29 14:23:18 +01:00
04_config_options.md [SC64][SW] Added option to set custom CIC seed in deployer 2023-12-14 20:28:21 +01:00
05_fw_and_sw_info.md [SC64][DOCS] Updated documentation 2023-08-26 13:37:48 +02:00
06_build_guide.md [SC64][DOCS] Update 06_build_guide.md regarding shell screws (#62) 2023-12-21 21:57:07 +01:00
README.md [SC64][DOCS] Updated documentation 2023-08-30 18:14:24 +02:00

SummerCart64 - a fully open source Nintendo 64 flashcart

Documentation