flipperzero-firmware/firmware/targets/f3/Src
DrZlo13 714d732745
FL-78 Microsd test application (#230)
* variable cluster size, label info functions for targets
* app record
* init, mount, get label, get sn, get space
* enable exfat
* more stack for the stack god
* remove c app and add cpp app
* remove MULTI_PARTITION
* fix 4gb bug
* update app to new template lib, add animated waiting
* tiny buffer configuration
* write speed benchmark
* fnv1a hash library
* make DEFAULT_STACK_SIZE and MAX_TASK_COUNT defined per target
* fully functional sd card app
* build sd test app to release firmware
* cpp, not c
* light up red led if error
* flags for c++
* linking with g++
* suppres snprintf warning
* move format work area to heap

Co-authored-by: coreglitch <mail@s3f.ru>
2020-11-14 19:24:38 +03:00
..
fatfs FL-78 Microsd test application (#230) 2020-11-14 19:24:38 +03:00
adc.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
app_freertos.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
bq25896.c Power: bq25896 and bq27220 drivers, portable power api. (#224) 2020-11-11 09:31:35 +03:00
bq27220.c Power: bq25896 and bq27220 drivers, portable power api. (#224) 2020-11-11 09:31:35 +03:00
comp.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
freertos-openocd.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
gpio.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
i2c.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
main.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
rf.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
rtc.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
spi.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
stm32wbxx_hal_msp.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
stm32wbxx_hal_timebase_tim.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
stm32wbxx_it.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
system_stm32wbxx.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
tim.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
usart.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
usb_device.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
usbd_cdc_if.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
usbd_conf.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00
usbd_desc.c Firmware, Bootloader: add f3 target. (#215) 2020-11-06 13:52:50 +03:00