unleashed-firmware/lib/nfc/parsers
あく 3de856f8d5
[FL-3295] FuriHal: add bus abstraction (#2614)
* FuriHal: add bus abstraction and port some subsystem to it
* Make PVS happy, cleanup code
* Update API symbols for f18
* F18: backport bus changes from f7
* Revert to STOP2 sleep mode
* Fix downgrading the firmware via updater
* Port iButton TIM1 to furi_hal_bus
* Port Infrared TIM1 and TIM2 to furi_hal_bus
* Just enable the timer bus
* Port furi_hal_pwm to bus API
* Fix include statement
* Port furi_hal_rfid to bus API
* Port furi_hal_subghz and others to bus API
* Remove unneeded include
* Improve furi_hal_infrared defines
* Reset LPTIM1 via furi_hal_bus API
* Crash when trying to enable an already enabled peripheral
* Better defines
* Improved checks
* Lots of macro wrappers
* Copy spi changes for f18
* Fix crashes in LFRFID system
* Fix crashes in NFC system
* Improve comments
* Create FuriHalBus.md
* Update FuriHalBus.md
* Fix crash when launching updater
* Documentation: couple small fixes in FuriHalBus
* FuriHal: fix copypaste in furi_hal_rfid_tim_reset
* FuriHal: reset radio core related peripherals on restart
* FuriHalBus: is enabled routine and bug fix for uart
* RFID HAL: accomodate furi hal bus

Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-05-30 01:05:57 +09:00
..
all_in_one.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
all_in_one.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
nfc_supported_card.c Implement support for reading Opal card (Sydney, Australia) (#2683) 2023-05-29 20:55:55 +09:00
nfc_supported_card.h Implement support for reading Opal card (Sydney, Australia) (#2683) 2023-05-29 20:55:55 +09:00
opal.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
opal.h Implement support for reading Opal card (Sydney, Australia) (#2683) 2023-05-29 20:55:55 +09:00
plantain_4k_parser.c Nfc: fixes for latest PVS-studio 7.23 (#2490) 2023-03-15 21:01:33 +09:00
plantain_4k_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
plantain_parser.c Nfc: fixes for latest PVS-studio 7.23 (#2490) 2023-03-15 21:01:33 +09:00
plantain_parser.h [FL-2868] Remove string_push_uint64 (#1832) 2022-10-07 03:51:30 +09:00
troika_4k_parser.c Fixing parsing troika number (#2536) 2023-04-05 12:16:20 +08:00
troika_4k_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
troika_parser.c Fixing parsing troika number (#2536) 2023-04-05 12:16:20 +08:00
troika_parser.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00
two_cities.c Nfc: fixes for latest PVS-studio 7.23 (#2490) 2023-03-15 21:01:33 +09:00
two_cities.h Add new card parsers (#1503) 2022-09-20 01:05:04 +09:00