oldip
fc3a1f28b2
Adjusting the altPrintln functionality to release the ALT key after each character
2024-03-18 15:52:51 +08:00
oldip
e790ffad3a
Fix snprintf truncation issue in altPrintln
2024-03-18 15:19:35 +08:00
Willy-JL
03499243a3
JS: Allow pressing back in Submenu
2024-03-17 20:51:42 +00:00
Willy-JL
c2deba8e2c
JS: Fix weird string corruptions and usages
2024-03-17 20:48:00 +00:00
Willy-JL
6b21783d76
JS: Add REPL interactive console
2024-03-17 06:56:18 +00:00
Willy-JL
9d83750a83
JS: Keyboard allow pressing back, add symbols, cleanup
2024-03-17 06:55:44 +00:00
Willy-JL
ff2aa9b105
JS: Fix to_string() with negative numbers
2024-03-17 06:55:09 +00:00
Willy-JL
7f07417676
Move to js_thread + improve parse_int
2024-03-17 06:19:46 +00:00
Willy-JL
19b5f35afb
Remove string utilities already in MJS
2024-03-17 05:45:57 +00:00
Willy-JL
10a03e0cc1
Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into dev
2024-03-17 04:35:59 +00:00
oldip
8e44322a15
Add altPrintln functionality for ALT+Numpad support
2024-03-14 10:53:22 +08:00
Willy-JL
5b1002e433
JS: Add dialog.pickFile()
2024-03-14 02:29:48 +00:00
oldip
5095338341
Add numpad keybindings to improve non-US input methods
2024-03-14 09:34:22 +08:00
Willy-JL
66dc7e9aa9
JS: Add storage.append()
2024-03-12 06:15:09 +00:00
Willy-JL
7246e7235b
JS: Fix some edge cases with GPIO module
...
- disable expansion to avoid conflicts
- fix pin counts when iterating
- check validity of pull and mode names
2024-03-12 06:03:48 +00:00
Sil333033
d947fa749a
JS: added GPIO module
2024-03-11 20:58:14 +01:00
Spooks
8e97587c68
Made String Functions Global
2024-03-10 13:20:42 -06:00
Spooks
e677556661
Merge branch 'Next-Flip:dev' into dev
2024-03-08 14:42:45 -07:00
Willy-JL
435c35cee9
Improve beacon state handling
2024-03-08 20:56:39 +00:00
Spooks
5fff187ff5
Merge branch 'Next-Flip:dev' into dev
2024-03-07 16:38:35 -07:00
Spooks
cb04c86fb2
String Util Library + ParseInt Function
2024-03-07 16:38:06 -07:00
Willy-JL
a143074296
Oops
2024-03-07 21:46:06 +00:00
Willy-JL
9026994c83
Tiny code style improvements to JS SubGHz
2024-03-07 21:39:12 +00: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
b009a42591
JS: Blebeacon: Give js errors instead of furi_check()
2024-03-07 19:41:57 +00:00
Willy-JL
724be02ee5
JS: Blebeacon: Add isActive(), fix some state logic
2024-03-07 19:35:45 +00:00
Willy-JL
eedeee4941
JS Blebeacon keep/not prev cfg, use arraybuf, more options
2024-03-07 07:44:11 +00:00
Willy-JL
03f780f43c
Use correct array buf for js byte keyboard
2024-03-07 06:20:14 +00:00
Willy-JL
0405849ca6
JS Keyboard add setHeader()
2024-03-07 05:59:33 +00:00
Willy-JL
bf8e1845f0
JS Keyboard improve memory and error handling
2024-03-07 05:53:03 +00:00
Willy-JL
d5e4af482f
Fix view memory leaks
2024-03-07 05:26:40 +00:00
Willy-JL
43781d9332
Use view IDs
2024-03-07 05:24:31 +00:00
Willy-JL
fcef129698
Naming consistency for keyboard
2024-03-07 05:21:23 +00:00
Willy-JL
3d6baaef1c
Expose math.E value
2024-03-07 05:16:34 +00:00
Willy-JL
be014b5103
Small JS bindings tweaks
...
- no destroy for math
- tweak example print results
- namespace naming consistency
2024-03-07 05:15:01 +00:00
Willy-JL
86986278d3
Format
2024-03-07 04:56:53 +00:00
Spooks
337486df87
Update blebeacon.js
2024-03-06 15:48:53 -07: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
913127854c
Moved Mac Address Gen to API
2024-03-06 02:05:03 -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
hedger
bc309cebe6
Toolchain fixes ( #3451 )
...
toolchain: updated to v33 with debugging & other fixes
toolchain: better error handling during update/env configuration process
debugging: improved udev rules file, added readme on installation
firmware: bumped compiler C/C++ standards (stricter code checks)
firmware: fixed warnings emerging from newer standards
ufbt: FBT_NOENV is now also supported by ufbt
fbt: added ccache-related variables to env forward list on Windows
2024-02-26 16:16:19 +04:00
Willy-JL
e2ab71e1d3
JS: Add basic storage module API
2024-02-22 03:12:59 +00:00
Willy-JL
02c62beae9
Better virtual mount error handling --nobuild
2024-02-22 02:56:13 +00:00
Willy-JL
2001dd3920
Fix usbdisk filename
2024-02-21 10:22:15 +00:00
Willy-JL
92fb61f585
Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-21 03:00:41 +00:00
Willy-JL
bcc78a5c38
JS: Create disk image with usbdisk.createImage("/ext/file", 123)
2024-02-20 03:43:28 +00:00