cvw/fpga/zsbl
2024-07-31 10:58:15 -05:00
..
bios.s Added true bootloader to fpga/zsbl directory. 2024-05-31 15:28:25 -05:00
boot.c Added carriage returns to line feed characters. UART messages print properly now. 2024-07-25 13:05:57 -05:00
boot.h Added carriage returns to line feed characters. UART messages print properly now. 2024-07-25 13:05:57 -05:00
gpt.c Added carriage returns to line feed characters. UART messages print properly now. 2024-07-25 13:05:57 -05:00
gpt.h Removed references to card_type. 2024-07-23 15:46:18 -05:00
linker1000.x Added true bootloader to fpga/zsbl directory. 2024-05-31 15:28:25 -05:00
Makefile Added ability to split boot.memfile into boot.mem and data.mem. 2024-07-25 11:19:15 -05:00
sd.c Added carriage returns to line feed characters. UART messages print properly now. 2024-07-25 13:05:57 -05:00
sd.h Initial pass on SPI based bootloader code finished. 2024-07-23 16:33:49 -05:00
spi.c Fixed syntax bugs. inline functions are now static and in the spi.h header. 2024-07-23 17:00:32 -05:00
spi.h Fixed syntax bugs. inline functions are now static and in the spi.h header. 2024-07-23 17:00:32 -05:00
uart.c Added extra UART macros and functions for code readability and the ability to print decimal numbers. 2024-07-31 10:58:15 -05:00
uart.h Added extra UART macros and functions for code readability and the ability to print decimal numbers. 2024-07-31 10:58:15 -05:00