flipperzero-firmware/target_f2/Src
Vadim Kaushan 8c36d65e63
Input handling and debouncing (#148)
* Add input driver and definitions for target_f2

* Add input_dump example

* Invert charge input

* Fix back and left button configuration

* remove input debug

* input testing case

* move header

* lint code

Co-authored-by: aanper <mail@s3f.ru>
2020-10-02 09:44:05 +03:00
..
boot.c Implement bootloader #137 (#142) 2020-10-01 02:05:04 +03:00
flipper_hal.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
freertos.c always break rule (#154) 2020-10-02 09:32:11 +03:00
main.c Input handling and debouncing (#148) 2020-10-02 09:44:05 +03:00
stm32l4xx_hal_msp.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
stm32l4xx_it.c Input handling and debouncing (#148) 2020-10-02 09:44:05 +03:00
system_stm32l4xx.c always break rule (#154) 2020-10-02 09:32:11 +03:00
usb_device.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
usbd_cdc_if.c always break rule (#154) 2020-10-02 09:32:11 +03:00
usbd_conf.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
usbd_desc.c always break rule (#154) 2020-10-02 09:32:11 +03:00