mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-12-26 05:34:36 -05:00
Added exFAT support for SD cards
This commit is contained in:
parent
4eabe7c2bc
commit
4df7a7d781
14 changed files with 20723 additions and 2975 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ TARGET = images/OpenModem
|
|||
OPT = s
|
||||
FORMAT = ihex
|
||||
|
||||
SRC = main.c hardware/Serial.c hardware/AFSK.c hardware/VREF.c hardware/LED.c hardware/SD.c hardware/sdcard/sdio.c hardware/sdcard/ff.c util/CRC-CCIT.c protocol/AX25.c protocol/KISS.c
|
||||
SRC = main.c hardware/Serial.c hardware/AFSK.c hardware/VREF.c hardware/LED.c hardware/SD.c hardware/sdcard/diskio.c hardware/sdcard/ff.c hardware/sdcard/ffsystem.c hardware/sdcard/ffunicode.c util/CRC-CCIT.c protocol/AX25.c protocol/KISS.c
|
||||
|
||||
|
||||
# List Assembler source files here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue