Commit Graph

317 Commits

Author SHA1 Message Date
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 25eed74201 Update hotfix script 2023-06-03 04:08:05 +01: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
Willy-JL 0e28cfc50b Fix hotfix script 2023-05-04 02:12:19 +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
Max Andreev e42aec68c5 Disable ci/cd on release* branches (#2624) 2023-04-28 23:25:20 +09:00
Willy-JL 852b051e26 Fix webhook workflow 2023-04-22 09:26:37 +01:00
Willy-JL 4a6d5c4f9d Cleanup workflows 2023-04-22 09:25:53 +01:00
Willy-JL c07c06aba8 Workflow updates 2023-04-22 09:06:33 +01:00
hedger 3932503660 [FL-3243] github: testing SDK with ufbt action (#2581)
* github: testing SDK with ufbt action
* github: also build apps with ufbt
* github: fixed dir lookup for ufbt
* ufbt: checks for compatibility on app discovery
* github: Conditional app skip for ufbt
* github: fixed app build flow with ufbt
* extra debug
* github: lint: message capture
* github: testing different output capture method for linters
* shorter version of status check
* github: updated comment actions to suppress warnings
* Reverted formatting changes

Co-authored-by: あく <alleteam@gmail.com>
2023-04-19 20:08:13 +09:00
Willy-JL 5cd11deeb7 Fix release script artifacts 2023-04-10 02:20:51 +01:00
あく 0d8518d31d [FL-3232] FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx (#2565)
* FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx
* Github: workflow event debug print
* Github: proper PR head commit SHA extraction in get_env.py
2023-04-06 19:06:19 +10:00
Willy-JL 491f8f68a0 Fix discord webhook script filename 2023-03-30 03:28:16 +01:00
Willy-JL cba1546931 More webhook stuff 2023-03-30 03:27:23 +01:00
Willy-JL c87e354eb3 New dev webhook 2023-03-30 00:25:44 +01:00
Clara K 529483a18b Delete discord.yml
no
2023-03-29 23:38:53 +02:00
Willy-JL 6cde2f74fa New dev webhook 2023-03-29 22:34:42 +01:00
Willy-JL ebaf31d0b9 Add hotfix script 2023-03-29 16:55:17 +01:00
Willy-JL f6679cc8d8 Refactor release script to be more modular 2023-03-29 14:04:43 +01:00
Willy-JL 40c90cc70b Fix release script 2023-03-29 00:30:54 +01:00
Willy-JL 376b569728 Logging in release script delay + misc fixes 2023-03-26 18:39:00 +01:00
Willy-JL acd6e6c31d Fix quotes and vars in release script 2023-03-26 17:56:55 +01:00
Willy-JL 86766661eb Fix release script merge delay 2023-03-26 17:44:05 +01:00
あく 973287b09b Github: wipe workspace before checkout (#2527)
* Github: wipe workspace before checkout

* Github: allow find to fail

* Github: limit maxdepth for find
2023-03-22 15:26:40 +04:00
あく acc32f66e8 Github: force cleanup tree on decontaminate (#2526) 2023-03-22 14:48:41 +04:00
あく fd8607398d Github: unshallow on decontamination (#2521)
* Github: unshallow on decontamination
* Github: fix syntax
* Github: decontaminate without full tree
* Github: update decontaminate action in all workflows
2023-03-21 13:55:20 +04:00
Willy-JL 6580a03a49 Fix release tgz naming (for real) 2023-03-16 15:19:49 +00:00
Willy-JL 55ca831a9d Fix release tgz naming 2023-03-16 14:50:19 +00:00
hedger d8385b7f91 gh: use shallow clones whenever possible (#2491)
* gh: use shallow clones whenever possible
* gh: reverted submodule checks
* gh: lint: joined linting scripts
* gh: renamed linter workflow
* check python linter output
* gh: reworked linter
* checking c linter
* gh: merged submodule check & lint
* gh: renamed step
* gh: removed redundant `submodules: false`

Co-authored-by: あく <alleteam@gmail.com>
2023-03-16 00:24:56 +09:00
Willy-JL 3a5aa98dbb Fix release assets upload 2023-03-09 20:00:49 +00:00
Willy-JL 4488eab847 Fix release webupdater link 2023-03-08 18:12:19 +00:00
Willy-JL 7900b11cd5 Add release workflow 2023-03-08 18:00:48 +00:00
Willy-JL de9012263b Update workflows again 2023-03-08 02:20:15 +00:00
Willy-JL 38fb1c8047 Update workflows 2023-03-07 22:23:19 +00:00
hedger 4ab832cc46 github: check API versions for all targets to match on gh build (#2459)
* github: check API versions for all targets to match on gh build
* typo fix
* gh: forcing target mismatch to test pipeline
* reverted API version change
2023-03-05 14:17:33 +09:00
Willy-JL 5d7f5a1ffc Update workflows 2023-03-04 20:04:38 +00:00
Konstantin Volkov 82ad44a863 changed updater and unit benches (#2427)
* changed updater and unit benches
* switched flipper name from macos style to searching

Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
2023-02-25 21:05:02 +09:00
VerstreuteSeele af869ef8d2 Merging OFW | Suffering | Part 1 | Wont build as is
I honestly dont even know anymore...
2023-02-09 18:34:56 +01:00
Max Andreev 67c2d1cf61 Migrating CI/CD to Linode S3 (#2380)
* Test PVS linode S3
* Migrating to Linode S3
* Disable PVS action debug
* Fix pvs_studio.yml
2023-02-09 19:42:41 +09:00
hedger a005087636 fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes (#2377)
* fbt: building fap_dist as default target; accessor: fixed for latest ibutton changes
* fbt: not building fap_dist as default target; github: doing fap_dist for compact builds

Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 03:16:05 +09:00
あく 20f98050f2 Github: disable f18 build (#2375) 2023-02-08 13:38:09 +03:00
VerstreuteSeele 9b81f93fd2 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-07 19:12:13 +01:00
hedger 224d0aefe4 [FL-2733] multitarget support for fbt (#2209)
* First part of multitarget porting
* Delete firmware/targets/f7/Inc directory
* Delete firmware/targets/f7/Src directory
* gpio: cli fixes; about: using version from HAL
* sdk: path fixes
* gui: include fixes
* applications: more include fixes
* gpio: ported to new apis
* hal: introduced furi_hal_target_hw.h; libs: added one_wire
* hal: f18 target
* github: also build f18 by default
* typo fix
* fbt: removed extra checks on app list
* api: explicitly bundling select mlib headers with sdk
* hal: f18: changed INPUT_DEBOUNCE_TICKS to match f7
* cleaned up commented out code
* docs: added info on hw targets
* docs: targets: formatting fixes
* f18: fixed link error
* f18: fixed API version to match f7
* docs: hardware: minor wording fixes
* faploader: added fw target check
* docs: typo fixes
* github: not building komi target by default
* fbt: support for `targets` field for built-in apps
* github: reworked build flow to exclude app_set; fbt: removed komi-specific appset; added additional target buildset check
* github: fixed build; nfc: fixed pvs warnings
* attempt to fix target id
* f7, f18: removed certain HAL function from public API
* apps: debug: enabled bt_debug_app for f18
* Targets: backport input pins configuration routine from F7 to F18

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 01:33:05 +09:00
Willy-JL 1be72a94a8 Fix build for now 2023-02-06 14:06:52 +00:00