flipperzero-firmware/applications
DrZlo13 979af6c165
Core code cleanup (#206)
* add delay function
* todo about delay_isr
* remove arduino defines and fix all apps to use core-api/hal-api
* delay for local target
* remove warnings of task_equal
* fix BSP_SD_Init
* fix USBD_static
* grio read constant pointer to gpio
* add TODO about ISR context
* const void* arg for pubsub api
* mark unused functions
* app pointers now pointed to constant apps
* fix printf format
* fix "unused" warnings in local target
* fix const pin read in local target
* fix int to pointer warnings in local target
* power read mutex error fix
* delete old makefile
* add -werror

Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
Co-authored-by: aanper <mail@s3f.ru>
2020-10-29 10:58:19 +03:00
..
app-loader Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
backlight-control furi_check - a new way to asserting (#204) 2020-10-29 09:27:17 +03:00
cc1101-workaround Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
coreglitch_demo_0 Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
display-u8g2 wip cc1101 work 2020-10-14 10:26:23 +03:00
examples Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
gui GUI: status bar rendering. Power: battery indicator. (#207) 2020-10-29 10:11:16 +03:00
input Implement LF RFID emulation (#208) 2020-10-28 11:38:04 +03:00
irda Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
irukagotchi GUI: status bar rendering. Power: battery indicator. (#207) 2020-10-29 10:11:16 +03:00
lf-rfid Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
menu GUI: status bar rendering. Power: battery indicator. (#207) 2020-10-29 10:11:16 +03:00
nfc Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
power Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
template Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
tests Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
applications.h GUI: status bar rendering. Power: battery indicator. (#207) 2020-10-29 10:11:16 +03:00
applications.mk GUI: status bar rendering. Power: battery indicator. (#207) 2020-10-29 10:11:16 +03:00