DerSkythe
99ba1b6a24
feat: add workflow to automatic CodeQL Code scanning
2023-09-10 03:44:40 +04:00
hedger
dfd5233760
github: don't cancel jobs if parallel ones failed ( #3044 )
2023-09-05 18:17:16 +04:00
hedger
452e27b05e
github: workflow improvements ( #3032 )
...
* github: compact build: status reporting step
* github: build: matrix strategy
* debugging
* github: added version_token to /uploadfiles request
* github: reworked main build flow
* github: suppressed non-zero cp status
* github: build: fixed comment lookup; experimental changes to apps build order
* github: removed summary step for compact builds; united map analyzer steps
* fbt: added get_apiversion target; moved ext apps processing logic to AppBuildset
* ufbt: added missing global
* fbt: Moved incompatible app list to firmware config output
* fbt: cleaner extapps processing
* github: build: added automation for SDK publishing
2023-09-05 20:49:39 +09:00
hedger
5eeb672dd4
github: workflow trigger optimizations ( #3030 )
2023-09-01 12:09:48 +09:00
hedger
c3aa151712
github: Check for todos ( #3011 )
2023-08-25 23:38:41 +09:00
MX
742c4ae834
added patreon link
2023-08-24 04:51:44 +03:00
Konstantin Volkov
4ade0fc76d
[FL-3421] Unit bench: multiple attempts to find flipper ( #2960 )
...
* Unit bench: added retry count for finding flipper for reboot/reboot2dfu and power off scripts. Changed returns to sys.exit() since scripts are being used standalone
* fixed typo in await flipper and changed debug level to info for searching flipper in power.py
* reversed return operator instead of sys.exit, changed app.py exit behavior
* test run to see if exit(1) fails the run
* reversed test changes, fixed flipper name and increased await flipper timeout
* await after flash increase
* increased serial timeout
* increased serial timeout, apparently it is for entire run
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-08-23 21:51:02 +09:00
hedger
ace0901125
[FL-3486,FL-3392] fbt: various improvements and bug fixes ( #2982 )
...
* fbt: extapps: compact debug format for .faps
* fbt: sdk: fixed symbol cache regen logic for removed-only symbols
* lib: elf_file: early .fap file handle release
* fbt: extapps: added FAP_VERSION define for application environments
* github: added appsymbols artifact
* api: updates for f18
* github: fixed early fap_dist
* fbt: added flash_dap
* ufbt: added flash_dap
* fbt: reworked flash target; scripts: program.py->fwflash.py and changes
* vscode: updated configuration
* scripts: fwflash.py: ugly fixes for ufbt
* scripts: fwflash.py: cleanup
* fbt: flash: always use .elf file
* scripts: fwflash: fixed elf file path
Co-authored-by: あく <alleteam@gmail.com >
2023-08-23 03:33:10 +09:00
Nikolay Minaylov
fb63e53d9a
[FL-3435] External apps removed ( #2934 )
...
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-08-10 06:18:40 +09:00
Willy-JL
6f0ccaacab
Add option to skip devbuild --nobuild
2023-08-09 21:18:12 +02:00
MX
49d2b31446
Add extra symbol, upd readme, upd codeowners
2023-08-05 15:25:06 +03:00
Willy-JL
c20d2344a7
Fix version tag
2023-07-27 03:40:56 +02:00
Willy-JL
a1115115dd
pls lemme slepo
2023-07-27 03:19:31 +02:00
Willy-JL
2e0d5e87f0
Cancel previous running builds
2023-07-21 03:02:20 +01:00
WillyJL
a3984b5390
Fix dev build release compare
2023-07-20 04:45:51 +02:00
WillyJL
5a4b3cdc92
Fix dev builds embed?
2023-07-20 04:37:05 +02:00
WillyJL
308517299b
Fix dev builds?
2023-07-20 04:19:38 +02:00
Willy-JL
95f2640546
Rename more things for new repo link
2023-07-20 02:46:07 +01:00
Willy-JL
49e6554acd
Rework workflows and add devbuilds
2023-07-20 02:00:09 +01:00
Willy-JL
f951eb5541
Add sdk to releases
2023-07-19 23:48:05 +01:00
Willy-JL
d166a6f9d0
Send commit webhook to build channel
2023-07-19 20:47:20 +01:00
Willy-JL
103d0c5c8b
Show correct commit count when more than 20
2023-07-19 20:33:54 +01:00
Willy-JL
b4f5a5895d
Artifact tgz and sdk too
2023-07-18 21:19:18 +01:00
Willy-JL
1cfcc759ed
Read dist suffix properly
2023-07-05 00:14:02 +02:00
Konstantin Volkov
5d40193308
increased timeouts ( #2816 )
...
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
2023-06-30 04:41:35 +09:00
Konstantin Volkov
e680cf59b6
Actions: unit_test and updater timeouts ( #2807 )
...
* added some extra timeouts, fixed duration of units run command and minor logging changes. No list_ports yet needed
* increased timeouts
* make pvs happy
---------
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
2023-06-28 06:47:13 +10:00
Willy-JL
c1bf94da12
Update build workflows
2023-06-09 16:24:09 +01:00
hedger
1c306a04fc
[FL-3359] github: added debugapps artifact; packaging resources per-target ( #2750 )
...
* github: added debugapps artifact; packaging resources per-target
* github: target name fixes
* github: fixed path for debug apps
* scripts: dist: removed lib stub artifact
* scripts: fixed broken SDK
* github: removed unused step
2023-06-08 21:43:05 +09:00
hedger
3226254876
[FL-3351] github: re-enabled f18 build ( #2743 )
...
* github: re-enabled f18 build
* scripts: storage: better transfer logging
* Fix PVS warnings
Co-authored-by: あく <alleteam@gmail.com >
2023-06-08 15:16:01 +09:00
Max Andreev
72ad22bb91
[DEVOPS-18]: Add map file parser, mariadb inserter ( #2732 )
2023-06-05 19:25:43 +09:00
Willy-JL
b5aa4afd9f
Move download up and fix hotfix
2023-06-04 15:40:52 +01:00
ClaraCrazy
14fbc3648e
move support up
2023-06-04 16:36:17 +02:00
ClaraCrazy
f5b7ce5a08
consistency is power
2023-06-04 12:00:06 +02:00
ClaraCrazy
ec2c6467ca
Also add ko-fi to release script
2023-06-04 11:58:06 +02:00
Willy-JL
25eed74201
Update hotfix script
2023-06-03 04:08:05 +01:00
Willy-JL
860b6f023b
Remove mention of deleting apps folder
2023-06-03 01:47:13 +01:00
Willy-JL
5c0203832f
Update webupdater release script
2023-05-29 07:54:10 +01:00
ClaraCrazy
2838fd3f54
mimimi
2023-05-28 02:05:47 +02:00
ClaraCrazy
949906039d
Prepare for release Pt. 1
2023-05-28 02:00:21 +02:00
Max Andreev
d062ce73d7
Add new indexer ( #2681 )
2023-05-19 18:32:30 +09:00
あく
f57f0efc48
Debug: revert cortex debug to lxml and drop DWT ( #2651 )
...
* Debug: revert cortex debug to lxml
* Debug: update PyCortexMDebug readme
* fbt: moved "debug" dir to "scripts" subfolder
* ufbt: added missing debug_other & debug_other_blackmagic targets; github: fixed script bundling
* lint: fixed formatting on debug scripts
* vscode: updated configuration for debug dir changes
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2023-05-09 03:31:44 +04: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
c341cc128c
Bozo moment
2023-05-04 03:32:53 +01:00
Willy-JL
103abfef86
Fix hotfix script again
2023-05-04 03:18:52 +01:00
Willy-JL
0e28cfc50b
Fix hotfix script
2023-05-04 02:12:19 +01:00
Willy-JL
04324dc812
Fix hotfix script url
2023-05-03 22:10:34 +01:00
Willy-JL
7d152d85ff
Fix webupdater nextcloud subfolder
2023-05-03 21:59:20 +01:00
hedger
c3ececcf96
[FL-3174] Dolphin builder in ufbt; minor ufbt/fbt improvements ( #2601 )
...
* ufbt: added "dolphin_ext" target (expects "external" subfolder in cwd with dolphin assets); cleaned up unused code
* ufbt: codestyle fixes
* scripts: fixed style according to ruff linter
* scripts: additional cleanup & codestyle fixes
* github: pass target hw code when installing local SDK with ufbt
* ufbt: added error message for missing folder in dolphin builder
* scripts: more linter fixes
* sdk: added flipper_format_stream; ufbt: support for --extra-define
* fbt: reduced amount of global defines
* scripts, fbt: rearranged imports
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-05-03 14:48:49 +09:00
MX
b86d155e8e
Remove ko-fi
2023-04-29 21:41:09 +03:00
Max Andreev
e42aec68c5
Disable ci/cd on release* branches ( #2624 )
2023-04-28 23:25:20 +09:00