flipperzero-firmware/lib
あく df2d1ad13f
[FL-2219, FL-2251] System, FuriCore, FuriHal: various bug fixes and improvements (#986)
* Replace irq shenanigans with critical section
* Power: halt system on power off instead of crash.
* Gui: properly handle input event on NULL current_view
* FuriHal: correct gpio configuration sequence
* FuriHal: cleanup uart initialization. Makefile: allow to disable thread support.
* Loader: improve locking, fix simultaneous app start crash, full command line args support for gui apps, more consistent insomnia
* Loader: correct spelling
* FuriHal: increase gpio configuration readability
* FuriHal: correct gpio configuration error when mode is GpioModeEventRiseFall
Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com>
2022-02-10 14:20:50 +03:00
..
app-scened-template [FL-2212] File validators and archive fixes #972 2022-01-29 12:39:10 +03:00
app-template Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
callback-connector cpp template application library (#232) 2020-11-12 14:13:29 +03:00
common-api Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
drivers [FL-2244] Companion reboot fix (#988) 2022-02-09 15:03:27 +03:00
fatfs [FL-520] Filesystem Api and App (#280) 2021-01-11 20:52:35 +06:00
flipper_file [FL-1929, FL-2164] IR App migrate to FFF (#949) 2022-01-10 20:13:41 +03:00
fnv1a-hash FL-78 Microsd test application (#230) 2020-11-14 19:24:38 +03:00
FreeRTOS-glue [FL-2219, FL-2251] System, FuriCore, FuriHal: various bug fixes and improvements (#986) 2022-02-10 14:20:50 +03:00
FreeRTOS-Kernel@4c4089b154 [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
heatshrink [FL-1922] Assets compression (#773) 2021-10-21 17:46:36 +03:00
irda [FL-1929, FL-2164] IR App migrate to FFF (#949) 2022-01-10 20:13:41 +03:00
libusb_stm32@8a7846d021 [FL-1703] USB suspend/wakeup fix #849 2021-11-30 15:46:18 +03:00
littlefs@1863dc7883 [FL-977] Internal Storage (#455) 2021-05-11 11:29:44 +03:00
micro-ecc [FL-1958] U2F prototype (#879) 2021-12-22 23:04:08 +03:00
mlib@62c8ac3e5d Lib: update m-lib to latest release. Update m-lib usage across project. (#818) 2021-11-15 20:09:40 +03:00
nanopb@c9124132a6 [FL-1792] RPC service (#698) 2021-10-12 14:48:34 +03:00
nfc_protocols [FL-2198], [FL-2161] NFC emulation refactoring (#968) 2022-02-02 22:59:28 +03:00
onewire [FL-2219, FL-2251] System, FuriCore, FuriHal: various bug fixes and improvements (#986) 2022-02-10 14:20:50 +03:00
qrcode Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
ST25RFAL002 [FL-2198], [FL-2161] NFC emulation refactoring (#968) 2022-02-02 22:59:28 +03:00
STM32CubeWB@528461f827 [FL-1910, FL-2146] Update to new FreeRTOS, fix CMSIS thread flags collision with stream buffer. New cube. (#917) 2021-12-21 15:16:25 +03:00
subghz [FL-2229] New assets paths (#978) 2022-02-02 18:58:52 +03:00
toolbox Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2 Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
lfs_config.h [FL-1818] System setting and debug options. RTC HAL refactoring. (#902) 2021-12-15 01:39:59 +03:00
lib.mk Decouple apps to allow smaller builds. Loader deadlock fix and refactoring. (#929) 2021-12-24 21:47:48 +03:00
ReadMe.md [FL-2188] Fix Desktop crush: stub dolphin stats (#950) 2022-01-10 22:46:20 +03:00

Structure

  • app-scened-template - Scened template app library
  • app-template - Template app library
  • callback-connector - Callback connector library
  • common-api - Common api declaration library
  • cyfral - Cyfral library
  • drivers - Drivers that we wrote
  • fatfs - External storage file system
  • flipper_file - Flipper File Format library
  • fnv1a-hash - Fnv1a hash library
  • irda - Irda library
  • libusb_stm32 - STM32 USB library
  • littlefs - Internal storage file system
  • micro-ecc - Elyptic Curve Crpytography library
  • mlib - Algorithms and containers
  • nanopb - Nano Protobuf library
  • nfc_protocols - Nfc protocols library
  • onewire - One wire library
  • qrcode - Qr code generator library
  • ST25RFAL002 - ST253916 driver and NFC hal
  • STM32CubeWB - STM32WB series cube package
  • subghz - Subghz library
  • toolbox - Toolbox of things that we are using but don't place in core
  • u8g2 - Graphics library that we use to draw GUI