Go to file Use this template
imi415 66c58e7c5c
Removed printf dependency.
2022-08-11 09:49:41 +08:00
include Update IRQ handlers. 2022-08-08 09:12:06 +08:00
src Added syscalls. 2022-08-11 09:49:12 +08:00
tools Added basic exception handler. 2022-06-27 00:18:19 +08:00
.gitmodules Removed printf dependency. 2022-08-11 09:49:41 +08:00
CMakeLists.txt Added syscalls. 2022-08-11 09:49:12 +08:00
LICENSE Added LMI initialization code(TODO). 2022-06-24 09:27:26 +08:00
LICENSE.STM Added LMI initialization code(TODO). 2022-06-24 09:27:26 +08:00
sh-unknown-elf.cmake Added toolchain file. 2022-06-21 09:37:39 +08:00
sh4helpers.gdb Initial interrupt routine support. 2022-08-07 11:35:45 +08:00
startup_stx7105.S Newlib _exit will not be executed, replaced by a dead loop. 2022-08-10 01:21:53 +08:00
stx7105.ld Seperated initialization to bootloader. 2022-08-06 10:41:07 +08:00