flipperzero-firmware/firmware/targets/f2
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-hal Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
Inc Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
Src Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
cube.ioc NFC: application + rfal + driver. 2020-10-20 14:12:28 +03:00
startup_stm32l476xx.s Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
STM32L476RGTx_FLASH_NO_BOOT.ld Build firmware for target without bootloader (#173) 2020-10-13 14:55:04 +03:00
STM32L476RGTx_FLASH.ld Target refactoring and cube update (#161) 2020-10-07 12:37:43 +03:00
target.mk Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00