flipperzero-firmware/firmware/targets/f7
Georgii Surkov 7a3a1aaf0d
[FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350)
* Add 1-wire thermometer example app stub
* Working 1-wire thermometer app
* Refactor app to use threads
* Clean up code, add comments
* Add CRC checking
* Increase update period
* Fix error in fbt
* Revert the old update period
* Use settable pin in onewire_host
* Use settable pin for onewire_slave
* Clear EXTI flag after callback, make private methods static in onewire_slave
* Do not hardcode GPIO pin number
* Remove iButton hal from furi_hal_rfid
* Remove most of furi_hal_ibutton
* Add some of furi_hal_ibutton back
* Slightly neater code
* Fix formatting
* Fix PVS-studio warnings
* Update CODEOWNERS
* Add furi_hal_gpio_get_ext_pin_number
* Create README.md
* FuriHal: move furi_hal_gpio_get_ext_pin_number to resources

---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 14:40:44 +09:00
..
ble_glue [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
fatfs [FL-2435] SD over SPI improvements (#2204) 2023-02-08 13:41:22 +09:00
furi_hal [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
inc [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
platform_specific [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
src [FL-2435] SD over SPI improvements (#2204) 2023-02-08 13:41:22 +09:00
api_symbols.csv [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
application_ext.ld [FL-2832] fbt: more fixes & improvements (#1854) 2022-10-13 01:12:05 +09:00
startup_stm32wb55xx_cm4.s [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
stm32wb55xx_flash.ld [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
stm32wb55xx_ram_fw.ld [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
target.json [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00