Commit Graph

132 Commits

Author SHA1 Message Date
Willy-JL
49e6554acd Rework workflows and add devbuilds 2023-07-20 02:00:09 +01:00
Willy-JL
9d1987e661 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-07-13 20:08:56 +02:00
MX
dab2e6e39c remove debug pack for now, fw should fit in debug 2023-07-10 17:10:43 +03:00
Willy-JL
1e700f19a2 Bump v49 2023-07-04 19:02:08 +02:00
ClaraCrazy
857fa406d8 Step into the light 1.15 stack. Your time has cometh 2023-06-23 03:18:33 +02:00
ClaraCrazy
af5f44ed56 Automatic timestamp for fbt 2023-06-09 10:25:20 +02:00
Willy-JL
6326b7ff1f Revert "Upgrade radio stack to 1.15.0"
This reverts commit a526eee458.
2023-06-03 02:43:46 +01:00
Willy-JL
65e56ea0b8 Bump v48 2023-06-03 00:32:40 +01:00
Willy-JL
a526eee458 Upgrade radio stack to 1.15.0 2023-06-03 00:31:14 +01:00
Willy-JL
c35406689b Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-05-31 16:45:55 +01:00
MX
70cda48632 Change fw origin 2023-05-29 22:44:05 +03:00
MX
0ab530e750 Merge branch 'ofw-dev' into dev 2023-05-29 20:33:12 +03:00
hedger
8d2ea14f06 [FL-3330] fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK (#2705)
* fbt: added hooks for build & dist environments
* Moved env hooks to an optional file
* Fixed var name
* Added fw origin to device info
* Bumped device info version
* fbt: added FIRMWARE_ORIGIN option. Different implementation for FW_ORIGIN_* C macro.
* api: bumped versions
* fbt: added fbt_options_local.py
* gitignore: cleanup

Co-authored-by: あく <alleteam@gmail.com>
2023-05-30 01:40:56 +09:00
Willy-JL
d12e359765 Bump version 2023-05-29 10:14:56 +01:00
Willy-JL
ee0212d05d Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-05-10 15:59:20 +01:00
MX
face4bd3c7 Merge branch 'fz-dev' into dev 2023-05-09 18:28:46 +03:00
hedger
268b88be0d [FL-3285] Removed STM32CubeWB module (#2608)
* 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>
2023-05-09 06:30:33 +09:00
Willy-JL
1db6d4dbe8 Bump v46 2023-05-06 18:34:39 +01:00
Willy-JL
dbade67dc4 Bump hotfix version 2023-05-04 03:17:44 +01:00
Willy-JL
f2f46e42f6 Bump v45 2023-05-02 22:59:19 +01:00
Willy-JL
83afd16746 Revert cubewb update 2023-04-25 13:00:40 +01:00
hedger
1ef70c0bb4 [FL-3280] cubewb: downgraded to v1.15.0 (#2605)
* cubewb: downgraded to v1.15.0
* hal: updated f18 symbols to match LL
* hal: flash: use furi_hal_cortex_timer for timeouts
* scripts: fixed cube version validation from config file
* hal: flash: added 3 seconds timeout when waiting for C2 to unlock flash controller. On timeout, triggers furi_check
* nfc: fixed missing interrupt setup on multiple platformSetIrqCallback() invocations
* hal: gpio: don't trigger furi_check on furi_hal_gpio_add_int_callback() with same parameters
* Reverted NFC fixes - will be in a separate PR
* scripts: storage: fixed exception handler for paths
2023-04-24 16:19:36 +09:00
Willy-JL
a5cddc076e Merge branch 'ul-dev' into xfw-dev 2023-04-23 17:48:05 +01:00
hedger
3561f79cf4 cubewb: downgraded to v1.15.0 2023-04-22 20:42:27 +03:00
MX
57d9cdb3c4 Merge branch 'fz-dev' into dev 2023-04-20 16:08:09 +03:00
hedger
4d015a1106 [FL-3271] cubewb: updated to v1.16.0 (#2595)
* cubewb: updated project to v1.16.0
* hal: updated api_symbols for f18
* FuriHal: add missing enterprise sleep and insomnia
* FuriHal: slightly more paranoic sleep mode

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-04-20 21:57:51 +09:00
Willy-JL
2159f7204b Bump V44 2023-04-09 19:59:49 +01:00
github-actions
d9bf166d2a Update version number 2023-03-28 23:18:45 +00:00
Willy-JL
09bc580497 Merge branch 'ul-dev' into xfw-dev 2023-03-17 23:52:05 +00:00
MX
dd99c22792 Merge branch 'fz-dev' into dev 2023-03-14 19:55:16 +03:00
hedger
53435579b3 [FL-3097] fbt, faploader: minimal app module implementation (#2420)
* fbt, faploader: minimal app module implementation
* faploader, libs: moved API hashtable core to flipper_application
* example: compound api
* lib: flipper_application: naming fixes, doxygen comments
* fbt: changed `requires` manifest field behavior for app extensions
* examples: refactored plugin apps; faploader: changed new API naming; fbt: changed PLUGIN app type meaning
* loader: dropped support for debug apps & plugin menus
* moved applications/plugins -> applications/external
* Restored x bit on chiplist_convert.py
* git: fixed free-dap submodule path
* pvs: updated submodule paths
* examples: example_advanced_plugins.c: removed potential memory leak on errors
* examples: example_plugins: refined requires
* fbt: not deploying app modules for debug/sample apps; extra validation for .PLUGIN-type apps
* apps: removed cdefines for external apps
* fbt: moved ext app path definition
* fbt: reworked fap_dist handling; f18: synced api_symbols.csv
* fbt: removed resources_paths for extapps
* scripts: reworked storage
* scripts: reworked runfap.py & selfupdate.py to use new api
* wip: fal runner
* fbt: moved file packaging into separate module
* scripts: storage: fixes
* scripts: storage: minor fixes for new api
* fbt: changed internal artifact storage details for external apps
* scripts: storage: additional fixes and better error reporting; examples: using APP_DATA_PATH()
* fbt, scripts: reworked launch_app to deploy plugins; moved old runfap.py to distfap.py
* fbt: extra check for plugins descriptors
* fbt: additional checks in emitter
* fbt: better info message on SDK rebuild
* scripts: removed requirements.txt
* loader: removed remnants of plugins & debug menus
* post-review fixes
2023-03-14 23:29:28 +09:00
github-actions
fe23673827 Update version number 2023-03-09 18:57:58 +00:00
Willy-JL
fa8ed7f6e4 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware 2023-02-28 20:34:44 +00:00
Willy-JL
d3f3bf1e11 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-02-24 01:05:31 +00:00
Round-Pi
b89902942b typo combing 2023-02-20 10:55:53 -05:00
VerstreuteSeele
508d046dfe V41 Release Candidate Changes 2023-02-14 09:41:17 +01:00
VerstreuteSeele
94dfc4c948 V40 passed QC 2023-01-25 23:27:18 +01:00
VerstreuteSeele
a095cc894f V39 passed QC testing 2023-01-17 05:36:09 +01:00
VerstreuteSeele
d0ee981fd4 V38 passed QC testing 2023-01-11 18:57:42 +01:00
VerstreuteSeele
d42977ea9b Release candidate passed QC 2023-01-07 13:15:12 +01:00
VerstreuteSeele
31af995583 New Years Commit 2022-12-31 23:05:12 +01:00
VerstreuteSeele
34b3601a38 Fix FW info 2022-12-28 07:00:08 +01:00
VerstreuteSeele
0405f30c94 - Fixed XP exploit in iButton - - Fixed accidental typo - - - Added Ford keys back, after reverting an 80mb commit, lol 2022-12-26 11:16:06 +01:00
VerstreuteSeele
02d47c1086 - Fixed Passport Crash - - Fixed SFW_mode XP glitch - - Fixed other dolphin deeds - - Added Web Updater to release - - Thanks for all your support <3 | Check out my Discord! 2022-12-26 04:11:45 +01:00
VerstreuteSeele
fbdf33f915 - Fixed Passport Crash - - Fixed SFW_mode XP glitch - - Fixed other dolphin deeds - - - Added Web Updater to release - - - Thanks for all your support <3 | Check out my Discord! 2022-12-26 04:08:30 +01:00
VerstreuteSeele
4b85293efe Clock Hotfix, mainly testing new release note design. 2022-12-25 09:49:23 +01:00
VerstreuteSeele
218552d29c Update protocols and more 2022-12-25 04:27:29 +01:00
VerstreuteSeele
e1021749b3 fixed stuff lol 2022-12-25 04:23:44 +01:00
VerstreuteSeele
6ee7f57261 Nothing to commit 2022-12-25 04:16:46 +01:00
VerstreuteSeele
0ae24342fc New Assets, cleaned up code 2022-12-24 21:42:53 +01:00