flipperzero-firmware/applications/examples
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
..
blink.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
fatfs_list.c Simple sd card driver (#162) 2020-10-08 17:37:19 +03:00
input_dump.c Applications dependency, initial realization (#159) 2020-10-05 13:17:34 +03:00
ipc.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
u8g2_example.c Applications dependency, initial realization (#159) 2020-10-05 13:17:34 +03:00
u8g2_qrcode.c New application, QRCode generator (#160) 2020-10-05 13:33:35 +03:00
uart_write.c Replace fuprintf with printf in the uart_write example 2020-09-14 21:26:45 +03:00