flipperzero-firmware/firmware/targets/f2/Src
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
..
fatfs Simple sd card driver (#162) 2020-10-08 17:37:19 +03:00
adc.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
comp.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
flipper_hal.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
freertos.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
gpio.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
hacks.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
main.c Simple sd card driver (#162) 2020-10-08 17:37:19 +03:00
spi.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
stm32l4xx_hal_msp.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
stm32l4xx_hal_timebase_tim.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
stm32l4xx_it.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
system_stm32l4xx.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
tim.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
usart.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
usb_device.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
usbd_cdc_if.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
usbd_conf.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
usbd_desc.c Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00