This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleashed-firmware
Watch
2
Star
0
Fork
You've already forked unleashed-firmware
0
mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced
2024-11-30 16:29:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bb9c464a13
unleashed-firmware
/
firmware
/
targets
/
f7
/
ble-glue
/
ble_app.h
14 lines
127 B
C
Raw
Normal View
History
Unescape
Escape
[FL-1587] RFID: Clock for emulation timer from antenna (#622) * RFID: pull antenna down when emulating * Rfid: fixed HID emulation by adding zero pulse every 4 bits * Rfid: HID emulation fixed with DSP based FSK oscillator. * Rfid: receive 125KHz clock for emulation timer from antenna and comparator * Rfid: commented unused variable * Firmware: rollback changes in f6. * Add F7 target based on F6. * F7/F6: update cube projects, apply changes to the targets, update linker scripts with correct RAM start values. * FuriHal: RFID init routine. * Scripts: update OTP tool for v11 board Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-09-10 02:19:02 +00:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
#
include
<stdbool.h>
[FL-1796] Disable bluetooth (#703) * bt: add authentication for all characteristics * bt: app_ble cleanup * bt: add start and stop advertising API * bt: rework application with start and stop advertising API * bt: support f7 target * bt: f7 target remove unused files * bt: stop advertising in bt debug application * bt: fix bt status bar update * bt: change bluetooth On Off order
2021-09-15 16:58:32 +00:00
bool
ble_app_init
(
)
;
[FL-1587] RFID: Clock for emulation timer from antenna (#622) * RFID: pull antenna down when emulating * Rfid: fixed HID emulation by adding zero pulse every 4 bits * Rfid: HID emulation fixed with DSP based FSK oscillator. * Rfid: receive 125KHz clock for emulation timer from antenna and comparator * Rfid: commented unused variable * Firmware: rollback changes in f6. * Add F7 target based on F6. * F7/F6: update cube projects, apply changes to the targets, update linker scripts with correct RAM start values. * FuriHal: RFID init routine. * Scripts: update OTP tool for v11 board Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-09-10 02:19:02 +00:00
#
ifdef __cplusplus
}
#
endif
Reference in a new issue
Copy permalink