flipperzero-firmware/firmware/targets/f6/api-hal
あく e8211226f3
[FL-1496] SubGhz: Library, Cli, Application (#543)
* ApiHal: set frequency and path in one go. Drivers: proper frequency registers calculation for CC1101. Update subghz cli to match new api.
* SubGhz: preparation for parsers porting, tim2 sharing
* ApiHal: add interrupts API, move all TIM2 related things there.
* SubGhz: refactor protocol lib and add keeloq.
* SubGhz: proper init_set for keeloq manafacture key
* SubGhz: port more protocols to lib
* SubGhz: load keeloq manufacture keys from sd card (if any).
* SubGhz: format output from protocols.
* SubGhz: use default frequency in subghz_rx cli command.
* SubGhz: keeloq key types
* Fix compillation error when internal storage disabled
* SubGhz: minor cleanup
* SubGhz: properly handle timeout and reset signal in subghz_rx
* SubGhz: Worker, Capture View. Furi: emulate thread join.
* SubGhz: free strings on keeloq key load end
* SubGhz: update protocols reporting API, app refactoring and capture view, update API HAL usage.
* SubGhz: update dump formatting
* ApiHal: backport subghz preset to F5
* ApiHal: backport subghz frequency range to F5
2021-06-30 00:19:20 +03:00
..
api-hal-boot.c [FL-835] Factory reset. Cli refactoring. (#466) 2021-05-18 16:57:39 +03:00
api-hal-bt.c [FL-1363] BLE GUI tests (#505) 2021-06-02 17:09:02 +03:00
api-hal-clock.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-clock.h [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-delay.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-flash.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-flash.h [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-gpio.c [FL-1351] Wiegand read fix (#483) 2021-05-24 12:57:14 +03:00
api-hal-gpio.h [FL-1351] Wiegand read fix (#483) 2021-05-24 12:57:14 +03:00
api-hal-i2c.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-ibutton.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-interrupt.c [FL-1496] SubGhz: Library, Cli, Application (#543) 2021-06-30 00:19:20 +03:00
api-hal-interrupt.h [FL-1496] SubGhz: Library, Cli, Application (#543) 2021-06-30 00:19:20 +03:00
api-hal-irda.c [FL-1496] SubGhz: Library, Cli, Application (#543) 2021-06-30 00:19:20 +03:00
api-hal-light.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-nfc.c [FL-1447] NFC application refactoring (#532) 2021-06-24 11:46:37 +03:00
api-hal-os-timer.h [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-os.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-os.h [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-power.c [FL-1268] Gauge re-calibration (#471) 2021-05-18 17:59:16 +03:00
api-hal-pwm.c [FL-1156, FL-1249] Add IRDA encoder/decoder library (#451) 2021-05-18 13:51:00 +03:00
api-hal-pwm.h [FL-1156, FL-1249] Add IRDA encoder/decoder library (#451) 2021-05-18 13:51:00 +03:00
api-hal-resources.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-resources.h [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-rfid.c New LF-RFID app (#534) 2021-06-28 17:42:30 +03:00
api-hal-sd.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-spi-config.c [FL-1111] SD card rework with SPI API (#496) 2021-05-26 18:42:12 +03:00
api-hal-spi-config.h [FL-1111] SD card rework with SPI API (#496) 2021-05-26 18:42:12 +03:00
api-hal-spi.c [FL-1111] SD card rework with SPI API (#496) 2021-05-26 18:42:12 +03:00
api-hal-spi.h [FL-1111] SD card rework with SPI API (#496) 2021-05-26 18:42:12 +03:00
api-hal-subghz.c [FL-1496] SubGhz: Library, Cli, Application (#543) 2021-06-30 00:19:20 +03:00
api-hal-task.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-task.h [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-uuid.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal-vcp.c [FL-1441] ApiHalVcp: use DTR signal for ready flag. Fix memory leak in subghz. (#519) 2021-06-16 09:14:59 +03:00
api-hal-version.c [FL-1409] Flipper name in reports (#507) 2021-06-07 19:05:47 +03:00
api-hal-vibro.c [FL-1196] Targets: add F6 (#427) 2021-05-18 12:23:14 +03:00
api-hal.c [FL-1355] Fix flipper name C string (#485) 2021-05-24 21:06:53 +03:00