flipperzero-firmware/core/furi
あく 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
..
check.c [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
check.h Consistent furi_assert usage across project. (#392) 2021-03-31 21:05:00 +03:00
common_defines.h [FL-1181] Archive app (#458) 2021-05-18 21:54:56 +03:00
log.c [FL-977] Internal Storage (#455) 2021-05-11 11:29:44 +03:00
log.h [FL-1147] System logging (#434) 2021-04-30 14:20:33 +03:00
memmgr_heap.c [FL-1486] Fix leaks and leak-sanitizer (#538) 2021-06-24 16:16:03 +03:00
memmgr_heap.h [FL-1326] Move heap4 allocator to furi core and add allocation tracing capability (#529) 2021-06-23 17:48:44 +03:00
memmgr.c [FL-1326] Move heap4 allocator to furi core and add allocation tracing capability (#529) 2021-06-23 17:48:44 +03:00
memmgr.h [FL-1250, FL-1252, FL-1323, FL-1324] New IRDA Application (part 1) (#497) 2021-06-02 18:16:05 +03:00
pubsub.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
pubsub.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00
record.c Consistent furi_assert usage across project. (#392) 2021-03-31 21:05:00 +03:00
record.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00
stdglue.c [FL-1326] Move heap4 allocator to furi core and add allocation tracing capability (#529) 2021-06-23 17:48:44 +03:00
stdglue.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00
thread.c [FL-1496] SubGhz: Library, Cli, Application (#543) 2021-06-30 00:19:20 +03:00
thread.h [FL-1326] Move heap4 allocator to furi core and add allocation tracing capability (#529) 2021-06-23 17:48:44 +03:00
valuemutex.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
valuemutex.h [FL-41] api-hal doxygen documentation (#387) 2021-03-24 12:35:33 +03:00