* libs: removed STM32CubeWB module; split cube into 3 submodules * fixed f18 version * fbt: options: fixed expected stack version * pvs: updated for new paths * fbt: ep: multithreaded submodule update * libs: stm32cubewb: fixed duplicate include path; renamed to stm32wb; codeowners: updated paths; docs: updated paths * pvs: updated paths * libs: added cmsis_core from ARM sources, v.5.4.0, from https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/Core/Include * Updated stm32wb_copro structure * PVS: exclude cmsis core from analysis --------- Co-authored-by: あく <alleteam@gmail.com>
28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# Structure
|
|
|
|
- `app-scened-template` - Scened template app library
|
|
- `app-template` - Template app library
|
|
- `callback-connector` - Callback connector library
|
|
- `drivers` - Drivers that we wrote
|
|
- `fatfs` - External storage file system
|
|
- `flipper_format` - Flipper File Format library
|
|
- `fnv1a-hash` - Fnv1a hash library
|
|
- `heatshrink` - Image compression library
|
|
- `infrared` - Infrared library
|
|
- `libusb_stm32` - STM32 USB library
|
|
- `littlefs` - Internal storage file system
|
|
- `micro-ecc` - Elliptic Curve Crytography library
|
|
- `microtar` - TAR archive support library
|
|
- `mlib` - Algorithms and containers
|
|
- `nanopb` - Nano Protobuf library
|
|
- `nfc` - Nfc library
|
|
- `one_wire` - One wire library
|
|
- `qrcode` - Qr code generator library
|
|
- `ST25RFAL002` - ST253916 driver and NFC hal
|
|
- `stm32wb_cmsis` - STM32WB series CMSIS component
|
|
- `stm32wb_copro` - STM32WB Coprocessor fimrware + WPAN library
|
|
- `stm32wb_hal_driver` - STM32WB series HAL
|
|
- `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
|