flipperzero-firmware/core
DrZlo13 59513b05ee
Simple sd card driver (#162)
* fixed inline functions for modern C standart

* more stack for application

* added library

* init fatfs library

* fatfs example application

* Merge with current master

* fix typo and delete old files

* cmsis os 2 reentrance fix

* Reworked dependency wait to support multiple dependency

* Build FatFS on local target, syscall.c is target-specific.

* run local target ok

* testcase for fatfs

Co-authored-by: aanper <mail@s3f.ru>
2020-10-08 17:37:19 +03:00
..
app.cpp Simple sd card driver (#162) 2020-10-08 17:37:19 +03:00
boot.h Implement bootloader #137 (#142) 2020-10-01 02:05:04 +03:00
core.mk Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
flipper.h Input handling and debouncing (#148) 2020-10-02 09:44:05 +03:00
furi_ac.c Simple sd card driver (#162) 2020-10-08 17:37:19 +03:00
furi.c always break rule (#154) 2020-10-02 09:32:11 +03:00
furi.h Simple sd card driver (#162) 2020-10-08 17:37:19 +03:00
log.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
log.h [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
tty_uart.c always break rule (#154) 2020-10-02 09:32:11 +03:00
tty_uart.h