2023-02-07 16:33:05 +00:00
|
|
|
{
|
|
|
|
"include_paths": [
|
|
|
|
"ble_glue",
|
|
|
|
"fatfs",
|
|
|
|
"furi_hal",
|
|
|
|
"inc"
|
|
|
|
],
|
|
|
|
"sdk_header_paths": [
|
|
|
|
"../furi_hal_include",
|
|
|
|
"furi_hal",
|
2024-02-16 07:20:45 +00:00
|
|
|
"platform_specific",
|
|
|
|
"ble_glue/furi_ble",
|
|
|
|
"ble_glue/services",
|
|
|
|
"ble_glue/profiles"
|
2023-02-07 16:33:05 +00:00
|
|
|
],
|
|
|
|
"linker_script_flash": "stm32wb55xx_flash.ld",
|
|
|
|
"linker_script_ram": "stm32wb55xx_ram_fw.ld",
|
|
|
|
"linker_script_app": "application_ext.ld",
|
|
|
|
"sdk_symbols": "api_symbols.csv",
|
|
|
|
"linker_dependencies": [
|
|
|
|
"print",
|
|
|
|
"flipper7",
|
|
|
|
"furi",
|
|
|
|
"freertos",
|
2023-05-08 21:30:33 +00:00
|
|
|
"stm32wb",
|
2023-02-07 16:33:05 +00:00
|
|
|
"hwdrivers",
|
|
|
|
"fatfs",
|
|
|
|
"littlefs",
|
|
|
|
"subghz",
|
|
|
|
"toolbox",
|
|
|
|
"nfc",
|
2023-06-01 12:37:47 +00:00
|
|
|
"digital_signal",
|
2023-05-09 00:55:17 +00:00
|
|
|
"pulse_reader",
|
NFC refactoring (#3050)
"A long time ago in a galaxy far, far away...." we started NFC subsystem refactoring.
Starring:
- @gornekich - NFC refactoring project lead, architect, senior developer
- @gsurkov - architect, senior developer
- @RebornedBrain - senior developer
Supporting roles:
- @skotopes, @DrZlo13, @hedger - general architecture advisors, code review
- @Astrrra, @doomwastaken, @Hellitron, @ImagineVagon333 - quality assurance
Special thanks:
@bettse, @pcunning, @nxv, @noproto, @AloneLiberty and everyone else who has been helping us all this time and contributing valuable knowledges, ideas and source code.
2023-10-24 03:08:09 +00:00
|
|
|
"signal_reader",
|
2023-02-07 16:33:05 +00:00
|
|
|
"microtar",
|
|
|
|
"usb_stm32",
|
|
|
|
"infrared",
|
|
|
|
"appframe",
|
|
|
|
"assets",
|
|
|
|
"one_wire",
|
2023-03-20 16:23:17 +00:00
|
|
|
"ibutton",
|
2023-06-29 11:23:04 +00:00
|
|
|
"music_worker",
|
[FL-3579, FL-3601, FL-3714] JavaScript runner (#3286)
* FBT: cdefines to env, libs order
* API: strtod, modf, itoa, calloc
* Apps: elk js
* Apps: mjs
* JS: scripts as assets
* mjs: composite resolver
* mjs: stack trace
* ELK JS example removed
* MJS thread, MJS lib modified to support script interruption
* JS console UI
* Module system, BadUSB bindings rework
* JS notifications, simple dialog, BadUSB demo
* Custom dialogs, dialog demo
* MJS as system library, some dirty hacks to make it compile
* Plugin-based js modules
* js_uart(BadUART) module
* js_uart: support for byte array arguments
* Script icon and various fixes
* File browser: multiple extensions filter, running js scripts from app loader
* Running js scripts from archive browser
* JS Runner as system app
* Example scripts moved to /ext/apps/Scripts
* JS bytecode listing generation
* MJS builtin printf cleanup
* JS examples cleanup
* mbedtls version fix
* Unused lib cleanup
* Making PVS happy & TODOs cleanup
* TODOs cleanup #2
* MJS: initial typed arrays support
* JS: fix mem leak in uart destructor
Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-02-12 08:54:32 +00:00
|
|
|
"mjs",
|
2023-02-07 16:33:05 +00:00
|
|
|
"mbedtls",
|
|
|
|
"lfrfid",
|
|
|
|
"flipper_application",
|
2023-12-01 09:16:48 +00:00
|
|
|
"u8g2",
|
|
|
|
"nanopb",
|
|
|
|
"update_util",
|
|
|
|
"heatshrink",
|
|
|
|
"flipperformat",
|
2024-02-14 04:41:42 +00:00
|
|
|
"flipper7",
|
2024-02-15 03:44:41 +00:00
|
|
|
"bit_lib",
|
2024-05-20 17:23:47 +00:00
|
|
|
"toolbox",
|
2024-02-15 03:44:41 +00:00
|
|
|
"datetime"
|
2023-02-07 16:33:05 +00:00
|
|
|
]
|
2024-05-16 14:43:27 +00:00
|
|
|
}
|