cvw/fpga/zsbl
2024-07-31 11:00:44 -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 Cleaned up code formatting a bit and added ability to set the SD card clock speed. 2024-07-31 10:59:41 -05:00
sd.h Cleaned up code formatting a bit and added ability to set the SD card clock speed. 2024-07-31 10:59:41 -05:00
spi.c Added function to set SPI clock speed. 2024-07-31 11:00:44 -05:00
spi.h Added function to set SPI clock speed. 2024-07-31 11:00:44 -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