flipperzero-firmware/core
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
..
api-basic Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
api-hal Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
app.cpp Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
boot.h Implement bootloader #137 (#142) 2020-10-01 02:05:04 +03:00
core.mk Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
flipper_arduino.h Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
flipper_v2.c Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
flipper_v2.h furi_check - a new way to asserting (#204) 2020-10-29 09:27:17 +03:00
flipper.h Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
furi_ac.c Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
furi-deprecated.c Core api concept (#144) 2020-10-13 11:22:43 +03:00
furi-deprecated.h Display and UI implementation (#169) 2020-10-14 13:21:55 +03:00
log.c Core api concept (#144) 2020-10-13 11:22:43 +03:00
log.h Core api concept (#144) 2020-10-13 11:22:43 +03:00
tty_uart.c Core api concept (#144) 2020-10-13 11:22:43 +03:00
tty_uart.h UART write example (#53) 2020-08-26 21:32:22 +03:00