mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 14:30:25 +00:00
c27494ac39
* ApiSymbols: add furi_record_destroy * FuriHal: cleanup serial API, add logging configuration in RTC * FuriHal: hide private part in _i header. Toolbox: cleanup value index. SystemSettings: logging device and baudrate. * FuriHal: RTC logging method documentation * Synchronize API Symbols * Furi: mark HEAP_PRINT_DEBUG as broken * FuriHal: furi_hal_serial, add custom IRQ func * Fix PR review issues * Implement basic external module detection and echo * Update api symbols for f18 * Minimally working implementation (can create directory via rpc) * Make expansion protocol parser a header-only library * Rename a function * Improve thread syncronisation * Implement multi-packet transmissions * Improve test application * Clean up expansion worker code * Send heartbeat when host is ready * Update API symbols * Add draft documentation * Expansion worker: proper timeout and error handling * Expansion worker: correct TX, do not disable expansion callback * Expansion protocol: pc side test script * PC side expansion test: trying to change baudrate * Working comms between 2 flippers * Cleaner exit from expansion worker thread * Better checks * Add debug logs * Remove unneeded delays * Use USART as default expansion port * Refactor furi_hal_serial_control, fix crash * Improve furi_hal abstraction, wait for stable rx pin * Remove rogue include * Set proper exit reason on RPC error * Remove rogue comment * Remove RX stability check as potentially problematic * Improve expansion_test application * Remove rogue define * Give up on TODO * Implement expansion protocol checksum support * Update ExpansionModules.md * RPC: reverse input * Assets: sync protobuf * Fix typos * FuriHal: UART add reception DMA (#3220) * FuriHal: add DMA serial rx mode * usb_uart_bridge: switch to working with DMA * Sync api symbol versions * FuriHal: update serial docs and api * FuriHal: Selial added similar API for simple reception mode as with DMA * FuriHal: Update API target H18 * API: ver API H7 * FuriHal: Serial error processing * FuriHal: fix furi_hal_serial set baudrate * Sync api symbols * FuriHal: cleanup serial isr and various flag handling procedures * FuriHal: cleanup and simplify serial API * Debug: update UART Echo serial related flags * FuriHal: update serial API symbols naming * Make expansion_test compile * Remove unneeded file * Make PVS-studio happy * Optimise stack usage * Optimise heap usage, improve api signature * Fix typo * Clean up code * Update expansion_protocol.h * Fix unit tests * Add doxygen comments to expansion.h * Update/add doxygen comments * Update ExpansionModules.md * Github: new global code owner * FuriHal: naming in serial control * Expansion: check mutex acquire return result Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com> Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: SkorP <skorpionm@yandex.ru> Co-authored-by: SG <who.just.the.doctor@gmail.com> Co-authored-by: Skorpionm <85568270+Skorpionm@users.noreply.github.com> |
||
---|---|---|
.. | ||
debug | ||
drivers | ||
examples | ||
main | ||
services | ||
settings | ||
system | ||
ReadMe.md |
Structure
debug
Applications for factory testing the Flipper.
accessor
- Wiegand serverbattery_test_app
- Battery debug appblink_test
- LED blinkerbt_debug_app
- BT test app. Requires full BT stack installeddisplay_test
- Various display tests & tweaksfile_browser_test
- Test UI for file pickerkeypad_test
- Keypad testlfrfid_debug
- LF RFID debug tooltext_box_test
- UI testsuart_echo
- UART mode testunit_tests
- Unit testsusb_mouse
- USB HID testusb_test
- Other USB testsvibro_test
- Vibro test
main
Applications for main Flipper menu.
archive
- Archive and file managerbad_usb
- Bad USB applicationgpio
- GPIO application: includes USART bridge and GPIO controlibutton
- iButton application, onewire keys and moreinfrared
- Infrared application, controls your IR deviceslfrfid
- LF RFID applicationnfc
- NFC application, HF rfid, EMV and etcsubghz
- SubGhz application, 433 fobs and etcu2f
- U2F Application
services
Background services providing system APIs to applications.
applications.h
- Firmware application list headerbt
- BLE service and applicationcli
- Console service and APIcrypto
- Crypto cli toolsdesktop
- Desktop servicedialogs
- Dialogs service: GUI Dialogs for your appdolphin
- Dolphin service and supplementary appsgui
- GUI service and APIinput
- Input serviceloader
- Application loader servicenotification
- Notification servicepower
- Power servicerpc
- RPC service and APIstorage
- Storage service, internal + sdcard
settings
Small applications providing configuration for basic firmware and its services.
about
- Small About application that shows flipper infobt_settings_app
- Bluetooth optionsdesktop_settings
- Desktop configurationdolphin_passport
- Dolphin passport appnotification_settings
- LCD brightness, sound volume, etc configurationpower_settings_app
- Basic power optionsstorage_settings
- Storage settings appsystem
- System settings
system
Utility apps not visible in other menus.
storage_move_to_sd
- Data migration tool for internal storageupdater
- Update service & application