flipperzero-firmware/applications
DrZlo13 f94633863c
[FL-520] Filesystem Api and App (#280)
* update fatfs integer types
* fix sector size to 512
* fix sector size calculation
* common fs api
* fs api realization (sd card + fat fs)
* better sector size definition
* more api realization fns
* add error description api, add common api
* fix api flag naming, run app
* add fs_info call
* disable fatfs strfuncs, enable fatfs chmod
* rework filesystem app
* sd detect cycle, sd menu, sd eject feature
* fix sd detect cycle
* sd card format routine
* ui improvements, sd info routine
* properly unmount card
* separate mode flags
* add api folder, move app, rename app
* fix api naming
* update st-card-test to use api
* update path to app
* fixed potential problem of using sizeof union
* updated api documentation, new time/date fns
* update codeowners
* changed app requirements
* changed app order
* sd insert/remove log
2021-01-11 20:52:35 +06:00
..
app-loader GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
backlight-control fix multithread logic in template app, update gpio HAL (#250) 2020-11-19 15:25:32 +03:00
bt GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
cc1101-workaround Bootloader: do not configure clock on start, just minimum LL init. (#269) 2020-12-18 23:51:08 +06:00
cli Enable RTC for all platforms and add cli date command (#252) 2020-11-23 16:26:19 +03:00
coreglitch_demo_0 Refactor F2/local before F3 merge (#220) 2020-11-06 11:31:59 +03:00
display-u8g2 Refactor F2/local before F3 merge (#220) 2020-11-06 11:31:59 +03:00
dolphin FL-53: new NFC worker, A/B/F/V poll and display. (#283) 2021-01-11 18:42:25 +06:00
examples fix multithread logic in template app, update gpio HAL (#250) 2020-11-19 15:25:32 +03:00
floopper-bloopper@25a2cc076c Update flooper-blooper version (#275) 2020-12-22 23:56:25 +06:00
gpio-tester GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
gui GUI: fix issue with gui update on view draw (#301) 2021-01-11 15:20:29 +03:00
ibutton FL-549 Reading iButton "Cyfral" by HW comparator (#273) 2020-12-22 20:44:38 +06:00
input FL-353 Cc1101 rx (#255) 2020-12-01 21:47:46 +03:00
irda [FL-572][FL-577] Irda receive feature (#282) 2021-01-07 22:28:35 +06:00
lf-rfid FL-262 Interrupt manager (#270) 2020-12-19 01:26:03 +06:00
menu GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
music-player GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
nfc FL-53: new NFC worker, A/B/F/V poll and display. (#283) 2021-01-11 18:42:25 +06:00
power FL-528 GUI: View, ViewDispather. Dolphin: first start. (#276) 2021-01-08 10:42:48 +06:00
sd-card-test [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
sd-filesystem [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
sd-nfc GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
template GUI: abolish API injection into instances. (#265) 2020-12-14 13:50:32 +03:00
tests Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
applications.h [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
applications.mk [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00