flipperzero-firmware/applications
SG 46bc515c6a
Low frequency RFID app [Read stage] (#385)
* App Lfrfid: init
* HAL-resources: add external gpios
* HAL-pwm: fix frequency calculation
* App LFRFID: generic manchester decoder
* App LFRFID: em-marine decoder
* App iButton: fix dwt timing acquire
* App LFRFID: rfid reader
* App LFRFID: temporary read keys on read scene
* App LFRFID: remove atomic bool init.
* App LFRFID: add *.c to build
* App LFRFID: unstable HID decoder
* App LFRFID: HID-26 reading
* HAL OS: disable sleep
* App LFRFID: HID-26 reader: remove debug
* App LFRFID: static data decoder-analyzer
* App LFRFID: very raw Indala decoder
* App LFRFID: multiprotocol reader
* App LFRFID: more reliable HID decoder
* App LFRFID: syntax fix
* App LFRFID: simple read scene
* Gui: force redraw on screen stream connect
* HAL-OS: allow sleep
* App LFRFID: notify api, tune view, tune scene
* App LFRFID: simple rfid emulator
* App LFRFID: more scenes, more reliable EM decoder.
* App LFRFID: format fix
* App LFRFID: warning fix
* Api-hal-resources: add rfid pins, rename external pins
* App LFRFID: remove unused emulator
* App LFRFID: use new gpio hal api
* App accessor: use new ext gpio name
* App LFRFID: remove unused emulator
* App LFRFID: remove debug gpio
* Api-hal-resources: alternate functions init
* Api-hal-rfid: new api
* Api-hal-ibutton: new api
* Api-hal: new headers
* App LFRFID: use new api in reader subroutines
* App LFRFID: use new api in emulator subroutines
* App LFRFID: remove old app
* App LFRFID, App iButton: fix memleak
* Api-hal-rfid: comments
* App LFRFID: pulse joiner helper, it combines pulses of different polarity into one pulse suitable for a timer
* App LFRFID: pulse joiner, now can accept only ne pulse
* App LFRFID: pulse joiner, fixes
* App LFRFID: EM encoder and emulation
* App LFRFID: format fixes
* App LFRFID: emmarine encoder cleanup
* App LFRFID: HID Encoder blank
* App LFRFID: Indala Encoder blank
2021-05-04 16:21:16 +03:00
..
accessor Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
app-loader [FL-1147] System logging (#434) 2021-04-30 14:20:33 +03:00
backlight-control [FL-873] Add F5 target, lp5562 driver and api-hal-light (#347) 2021-02-18 15:49:32 +03:00
bt [FL-580] Prepare BLE for certification (#376) 2021-03-11 12:31:07 +03:00
cli [FL-1188] cli_print_version: fix garbage dereference and function signature 2021-04-22 01:43:18 +03:00
coreglitch_demo_0 [FL-300] Launch applications from CLI (#380) 2021-03-18 10:58:16 +03:00
dolphin [FL-1208] Fix crash in dolphin scene app caused by condition race in Tmr thread on delete (#438) 2021-04-30 09:41:15 +03:00
examples [FL-1147] System logging (#434) 2021-04-30 14:20:33 +03:00
floopper-bloopper@82be9fcd35 [FL-300] Launch applications from CLI (#380) 2021-03-18 10:58:16 +03:00
gpio-tester [FL-1167] Rework GPIO and EXTI with LL lib (#424) 2021-04-29 11:51:48 +03:00
gui Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
gui-test [FL-300] Launch applications from CLI (#380) 2021-03-18 10:58:16 +03:00
ibutton Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
input [FL-1167] Rework GPIO and EXTI with LL lib (#424) 2021-04-29 11:51:48 +03:00
irda [FL-1062] Add cli commands for IrDA (#409) 2021-04-19 19:36:45 +03:00
lf-rfid Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
lf-rfid-old Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
menu Consistent furi_assert usage across project. (#392) 2021-03-31 21:05:00 +03:00
music-player [FL-300] Launch applications from CLI (#380) 2021-03-18 10:58:16 +03:00
nfc [FL-1104] Fix NFC crash and missing NfcMessageTypeDeviceNotFound event (#400) 2021-04-04 13:45:55 +03:00
power Api-hal-power: reset routine. Power: safe to poweroff message, cleanup. (#436) 2021-04-30 07:51:48 +03:00
sd-card-test [FL-873] Add F5 target, lp5562 driver and api-hal-light (#347) 2021-02-18 15:49:32 +03:00
sd-filesystem [FL-1147] System logging (#434) 2021-04-30 14:20:33 +03:00
subghz [FL-1167] Rework GPIO and EXTI with LL lib (#424) 2021-04-29 11:51:48 +03:00
template [FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) 2021-02-12 20:24:34 +03:00
tests [FL-1162] Compile all files in applications directory (#432) 2021-04-27 22:13:41 +03:00
applications.c Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
applications.h [FL-1179] Debug menu & main menu cleanup (#426) 2021-04-28 13:43:21 +03:00
applications.mk Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443) 2021-04-30 14:07:13 +03:00