Commit Graph

19 Commits

Author SHA1 Message Date
Willy-JL 9fd3f70636 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-29 03:55:30 +00:00
Derek Jamison a94a1a96ae JS: Add widget module 2024-03-26 23:00:10 -05:00
Nikolay Minaylov 84beb9b23e JS CLI command (#3539)
* js command
* made the js command exit when there's an error
* JS CLI: moved to js_app
* JS: abortable cli invocations
* JS: less debug logging in console logs, fix storage descriptor leak in cli

Co-authored-by: Milk-Cool <milan-pl@mail.ru>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-03-26 01:35:38 +09:00
Willy-JL 5b63952b12 JS: Add textbox module 2024-03-23 05:15:56 +00:00
Sil333033 d947fa749a JS: added GPIO module 2024-03-11 20:58:14 +01:00
Sil333033 6420e5b37e Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into dev 2024-03-07 22:17:03 +01:00
Sil333033 ab9d4620db Add Subghz JS module 2024-03-07 22:15:14 +01:00
Willy-JL 86986278d3 Format 2024-03-07 04:56:53 +00:00
Spooks 2ff6dc8c1d Keyboard WIP (Byte Input Doesn't Work) 2024-03-06 15:02:00 -07:00
Spooks c43d9d3bdd Math 2024-03-06 11:03:26 -07:00
Spooks ab9c10c436 Added Ble Beacon 2024-03-05 23:59:06 -07:00
Spooks ff4fcfc132 JS: Added Submenu support (#13) 2024-03-06 03:20:52 +00:00
Spooks f92a94a78a JS: Added Submenu support 2024-03-05 20:17:00 -07:00
Willy-JL e2ab71e1d3 JS: Add basic storage module API 2024-02-22 03:12:59 +00:00
Willy-JL ea30dbe2fb Add JS UsbDisk support (like Mass Storage) 2024-02-16 05:22:10 +00:00
Willy-JL f489f7204f Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2024-02-13 19:25:10 +00:00
Nikolay Minaylov 25a280c818 JS serial module renamed, uart channel selection (#3445) 2024-02-13 10:04:27 +07:00
Willy-JL 88d51a31f0 -8kb DFU, why wasn't this done to beging with? 2024-02-12 20:41:52 +00:00
Nikolay Minaylov 0154018363 [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 15:54:32 +07:00