thyttan
|
3ba1c56129
|
E_showScroller_Q3: comment out prints to console
|
2024-10-06 21:10:58 +02:00 |
|
Gordon Williams
|
2db9f15ec2
|
fix build issue
|
2024-10-04 09:30:18 +01:00 |
|
Gordon Williams
|
c163e85a94
|
Don't check hispeed flag unless we're on Nordic
|
2024-10-04 09:21:13 +01:00 |
|
Gordon Williams
|
980f5f06dd
|
ESP32: Timers are now turned off when requested - digitalPulse/soft pwm/writeAtTime more accurate
|
2024-10-04 09:20:54 +01:00 |
|
Gordon Williams
|
880849b461
|
remove annoying extra level of indirection for timer functions
|
2024-10-04 09:06:22 +01:00 |
|
Gordon Williams
|
754d379b64
|
Ignore DLE (0x10) character wherever it is in the input - this solves a big hang that was happening when the IDE tried to upload a file
|
2024-10-03 13:00:49 +01:00 |
|
Gordon Williams
|
05a75e1336
|
nRF5x: Don't add BLE UART write events into the input buffer
|
2024-10-03 12:03:54 +01:00 |
|
Gordon Williams
|
609dabbe67
|
document Waveform events
|
2024-10-03 12:02:00 +01:00 |
|
Gordon Williams
|
5af63956ee
|
Increase Jolt.js input buffer size for faster/more reliable comms
|
2024-10-03 10:48:43 +01:00 |
|
Gordon Williams
|
c543895550
|
Jolt.js: Increase Storage area from 40kb to 400kb
|
2024-10-03 10:33:59 +01:00 |
|
Gordon Williams
|
6af8c757db
|
nRF5x: When finding the CCCD for a Bluetooth Characteristic, now check at +2 as well as +1 (fix Bluefruit NUS TX)
|
2024-10-02 10:07:57 +01:00 |
|
Gordon Williams
|
ac7c5ae631
|
nRF5x: When finding the CCCD for a Bluetooth Characteristic, now check before as well as after (fix Bluefruit NUS TX)
|
2024-10-02 10:04:04 +01:00 |
|
Gordon Williams
|
beba579cf8
|
documentation
|
2024-10-02 09:40:21 +01:00 |
|
Gordon Williams
|
c776b2ca0c
|
Bangle.js: Remove meridian from default locale.time function (to match 'Languages' app)
Fix https://github.com/espruino/EspruinoDocs/pull/738
|
2024-09-30 10:56:54 +01:00 |
|
Gordon Williams
|
7a340e8899
|
Ensure x%Infinity===x (fix #2542)
|
2024-09-23 10:58:27 +01:00 |
|
Gordon Williams
|
7212abf4d5
|
Added more comments about not doing stupid things, fix #2543
|
2024-09-23 10:50:04 +01:00 |
|
Gordon Williams
|
f09330e7ba
|
First argument of operators is now dereferenced before parsing second argument (fix #2547)
|
2024-09-23 10:41:40 +01:00 |
|
Gordon Williams
|
221950174a
|
Add documentation that doing something stupid will have a stupid result, fix #2553
|
2024-09-23 09:59:53 +01:00 |
|
Gordon Williams
|
0f3e94f739
|
Ensure Number("1A")==NaN, previously we just parsed the digits we could (fix #2555)
|
2024-09-23 09:56:37 +01:00 |
|
Gordon Williams
|
c8934a3dd5
|
Ensure that 1%0.0===NaN (fix #2556)
|
2024-09-23 09:45:33 +01:00 |
|
Gordon Williams
|
c2e013368c
|
more firmware size tweaks
|
2024-09-20 10:13:36 +01:00 |
|
Gordon Williams
|
3b20382afc
|
Saving space on ESP8266 build by pulling out FFT
|
2024-09-20 10:01:32 +01:00 |
|
Gordon Williams
|
831a568a2a
|
Tweaks to ensure the build still fits on these devices
|
2024-09-20 09:17:47 +01:00 |
|
Gordon Williams
|
a6ae7ff79e
|
Remove Ctrl-A/D/E/U/W code handling to free up flash space (the IDE/or VT100 terminals all use escape codes)
|
2024-09-20 09:08:40 +01:00 |
|
Gordon Williams
|
3028808803
|
Update changelog with recent additions
|
2024-09-19 15:54:45 +01:00 |
|
Gordon Williams
|
fd068866e1
|
Fix upload speed regression after cc96161ec774f9b6389e81b255a5bc77cf569ab4
|
2024-09-19 15:48:41 +01:00 |
|
Gordon Williams
|
49989873d5
|
Ensure we don't ctrl-c during packet transfer as this can interrupt the file writes
|
2024-09-19 15:48:35 +01:00 |
|
Gordon Williams
|
8cfb2051c8
|
USB: Disable software flow control as USB itself handles flow control
|
2024-09-19 15:48:29 +01:00 |
|
Gordon Williams
|
27a5f992f7
|
(new Array(3)).includes(undefined) fix
|
2024-09-19 15:48:22 +01:00 |
|
Gordon Williams
|
a1fa68c199
|
Fix issue where Ctrl-C could get lost in packets. We now always pass it through and ignore it in jsinteractive if we need to
|
2024-09-19 15:48:05 +01:00 |
|
Gordon Williams
|
3953d0d581
|
Fix regression with inserting chars mid-line after packet parsing added
|
2024-09-19 15:47:55 +01:00 |
|
Gordon Williams
|
2cf2afc7e8
|
Quick readme on protocol, add Char Code 5 handler (ENQ) to output Espruino version and board for easy queries
|
2024-09-19 15:47:51 +01:00 |
|
Gordon Williams
|
4b69697d75
|
File upload now working (storage+fs). data upload without a file NACKs
|
2024-09-19 15:47:33 +01:00 |
|
Gordon Williams
|
66c03577e0
|
Graphics: allow arraybuffer graphics to be instantiated with an ArrayBuffer (rather than it always allocating one)
|
2024-09-19 15:47:03 +01:00 |
|
Richard Blakesley
|
b40631abec
|
Shorter timeout (so I2C comms failures don't lock up the device for so long)
|
2024-09-19 15:44:30 +01:00 |
|
Gordon Williams
|
426757b763
|
Add fastpath for arraybuffer scrolling in Y with any number of bits
|
2024-09-19 15:44:13 +01:00 |
|
Gordon Williams
|
e49ffb693a
|
fix out of date helper message
|
2024-09-19 15:44:01 +01:00 |
|
Gordon Williams
|
2ee0161deb
|
Initial packet transfer implementation, using DLE[16],SOH[1],TYPE|LENHI,LENLO,DATA...
|
2024-09-19 15:42:34 +01:00 |
|
Gordon Williams
|
7522bdb438
|
STM32: Added jshGetSystemClock/E.getClock
|
2024-09-19 15:41:56 +01:00 |
|
Gordon Williams
|
ba36155dd7
|
Minor refactor: bring 'parse anything' JSON parser out to its own function
|
2024-09-19 15:41:43 +01:00 |
|
Gordon Williams
|
78eaa5d99c
|
Graphics: fix setColor(-1) not truncating color properly, breaking antialising
|
2024-09-19 15:41:17 +01:00 |
|
Gordon Williams
|
8b3b0e176d
|
STM32: add I2C unsetup
|
2024-09-19 15:40:36 +01:00 |
|
Gordon Williams
|
90394ebbdb
|
STM32: Ensure we stay awake when USB connected, even if no app is reading from USB on the PC
|
2024-09-19 15:40:23 +01:00 |
|
Gordon Williams
|
139640ebc1
|
Add jsiClearTimeout
|
2024-09-19 15:40:11 +01:00 |
|
Gordon Williams
|
c5d4c5acaf
|
Make jsiAppendToInputLine append a single char to allow 0 to be added
|
2024-09-19 15:39:55 +01:00 |
|
Gordon Williams
|
745e2d6ee7
|
E.sendUSBHID now returns false if USB disconnected
|
2024-09-19 15:39:32 +01:00 |
|
Gordon Williams
|
f38decfe7b
|
Pin.getInfo() now returns 'output' and 'mode' values, allowing the state of the output register to be queried
|
2024-09-19 15:39:20 +01:00 |
|
Richard Blakesley
|
1c86aaa8e6
|
Fix check_size.sh for MacOS
|
2024-09-19 15:38:43 +01:00 |
|
Gordon Williams
|
5dd1101672
|
Merge pull request #2552 from MaBecker/master
ignore esp-idf-4
|
2024-09-06 13:06:54 +01:00 |
|
MaBecker
|
63e328a949
|
ignore esp-idf-4
|
2024-09-06 13:40:59 +02:00 |
|