Commit Graph

430 Commits

Author SHA1 Message Date
Sam Edwards
6089e9210f BadUSB: implement boot protocol (#2496)
* BadUSB: remove unused out EP
* BadUSB: do not use iad for a single interface
* BadUSB: implement the boot protocol
* BadUSB: implement SET_PROTOCOL
* Improve HID report descriptor readability
* CODEOWNERS update

Co-authored-by: nminaylov <nm29719@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 23:53:07 +09: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
40f9eeb760 Update install docs 2023-03-20 03:15:24 +00: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
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
Clara K
7add235a70 Update release.md 2023-03-09 21:06:09 +01:00
Clara K
f6b503e735 Update release.md 2023-03-09 21:05:47 +01:00
Willy-JL
3a5aa98dbb Fix release assets upload 2023-03-09 20:00:49 +00:00
Willy-JL
f67a776f8f Revert to old install instructions 2023-03-09 19:40:51 +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
Willy-JL
87963417aa Merge unleashed + general cleanup 2023-02-18 07:41:51 +00: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
Georgii Surkov
7a3a1aaf0d [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350)
* Add 1-wire thermometer example app stub
* Working 1-wire thermometer app
* Refactor app to use threads
* Clean up code, add comments
* Add CRC checking
* Increase update period
* Fix error in fbt
* Revert the old update period
* Use settable pin in onewire_host
* Use settable pin for onewire_slave
* Clear EXTI flag after callback, make private methods static in onewire_slave
* Do not hardcode GPIO pin number
* Remove iButton hal from furi_hal_rfid
* Remove most of furi_hal_ibutton
* Add some of furi_hal_ibutton back
* Slightly neater code
* Fix formatting
* Fix PVS-studio warnings
* Update CODEOWNERS
* Add furi_hal_gpio_get_ext_pin_number
* Create README.md
* FuriHal: move furi_hal_gpio_get_ext_pin_number to resources

---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 14:40:44 +09: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
Konstantin Volkov
7f3ebcd110 Changed bench target, stlink serial and added error for testing the run (#2275)
* changed bench target, stlink serial and added error for testing the run
* changed flipper name for macos and changed serial aquisition for device manager
* tested broken pipeline, reverting test data
* added timeout-minutes, testing if its int or float

Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-01-30 15:59:45 +07:00
VerstreuteSeele
255a4643a2 Delete lint_python.yml 2023-01-27 13:14:46 +01:00
WillyJL
c382f9d110 Update build.yml 2023-01-27 02:25:27 +00:00
WillyJL
d833d6dbb2 Update build.yml 2023-01-27 02:11:53 +00:00
WillyJL
d9ae5b4cb2 Begone 2023-01-27 00:54:51 +00:00
Clara K
71ddd0f65e Update lint_c.yml 2023-01-27 01:31:05 +01:00
Clara K
ff9f925e2f Update lint_python.yml 2023-01-27 01:30:08 +01:00
Clara K
a8b5158d58 Delete pvs_studio.yml 2023-01-27 00:53:16 +01:00
Clara K
3cbbad20cf Delete updater_test.yml 2023-01-27 00:45:32 +01:00
Clara K
6393fac9cd Delete unit_tests.yml 2023-01-27 00:45:22 +01:00
Clara K
82d6f1c19b Delete reindex.yml 2023-01-27 00:45:03 +01:00
Clara K
beea43d7f6 Delete merge_report.yml 2023-01-27 00:44:52 +01:00
Clara K
c47c9b63a7 Update lint_python.yml 2023-01-27 00:44:21 +01:00
Clara K
1f416ca99a Update lint_c.yml 2023-01-27 00:44:02 +01:00
Clara K
5ff8dab68f Update check_submodules.yml 2023-01-27 00:43:28 +01:00
VerstreuteSeele
5a150fe414 workflow stuff 2023-01-27 00:18:36 +01:00
Clara K
d0a02f4b04 Delete pvs_studio.yml 2023-01-25 21:16:38 +01:00
Clara K
5d8b33b765 Delete .github/dont touch directory 2023-01-25 21:16:28 +01:00
Clara K
7b809e1df9 Delete build.yaml 2023-01-25 21:05:17 +01:00
Clara K
8ec690371d Create sonarqube.yaml 2023-01-25 21:02:08 +01:00
VerstreuteSeele
015e256b1f Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev 2023-01-19 00:53:33 +01:00
VerstreuteSeele
b8a641efd2 Create 08.png 2023-01-19 00:52:57 +01:00
Clara K
93e61f18cb Create reply.md 2023-01-19 00:52:08 +01:00