flipperzero-firmware/firmware/targets/f2/Src
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
..
fatfs Core code cleanup (#206) 2020-10-29 10:58:19 +03:00
adc.c
comp.c
freertos-openocd.c added openocd support (#211) 2020-10-29 08:41:44 +03:00
freertos.c IRDA samsung protocol (#200) 2020-10-26 10:27:27 +03:00
gpio.c IR transmit example (#180) 2020-10-23 12:39:11 +03:00
main.c Api hw gpio pwm (#199) 2020-10-26 10:16:54 +03:00
spi.c NFC: application + rfal + driver. 2020-10-20 14:12:28 +03:00
stm32l4xx_hal_msp.c
stm32l4xx_hal_timebase_tim.c
stm32l4xx_it.c IR transmit example (#180) 2020-10-23 12:39:11 +03:00
system_stm32l4xx.c
tim.c Lf rfid (#196) 2020-10-26 12:56:46 +03:00
usart.c
usb_device.c
usbd_cdc_if.c
usbd_conf.c
usbd_desc.c