5813 Commits

Author SHA1 Message Date
Gordon Williams
1324c27ff3 Now save file modification time with FAT 2019-03-05 08:53:35 +00:00
Gordon Williams
2bbfcb754e
Merge pull request #1624 from espruino/wilberforce-esp-idf-3.1.3
update EspruinoBuildTools to esp-idf V3.1.3
2019-03-04 10:55:15 +00:00
Gordon Williams
26e9672cf3
Merge branch 'master' into wilberforce-esp-idf-3.1.3 2019-03-04 10:55:03 +00:00
Gordon Williams
b45930180c nRF52: Add FAT Filesystem support to MDBT42Q module 2019-03-04 09:39:15 +00:00
wilberforce
66b3bd7ec5
update EspruinoBuildTools to esp-idf V3.1.3
Update to build tools - the change to Changelog should trigger a travis build
2019-03-02 13:50:11 +13:00
Gordon Williams
6a2e3a261f add note about iOS devices 2019-02-28 14:36:17 +00:00
Gordon Williams
b6800a2469 smartibot build 2019-02-27 11:00:02 +00:00
Gordon Williams
b6cd61ebf6 remove inbuilt smartibot libs until they mature 2019-02-27 10:16:18 +00:00
Gordon Williams
409b07bcf1 partial fix for #1623 - clip PWM values. We should also disable PWM hardware though. 2019-02-26 15:12:19 +00:00
Gordon Williams
74ad37a6cf Smartibot inclusion into main source tree 2019-02-26 15:10:27 +00:00
Gordon Williams
af590e0448 fix copy/paste typo 2019-02-26 14:59:18 +00:00
Gordon Williams
3742f880ae doc 2019-02-21 16:42:52 +00:00
Gordon Williams
bca2a9c6a6 Add docs for some previously unmentioned properties of HTTP stuff (fix #1620) 2019-02-21 16:25:17 +00:00
Gordon Williams
ccca3a1e18 docs 2019-02-21 10:47:21 +00:00
Gordon Williams
d8e0815301 nRF5x: Execute SWI1_IRQHandler when radio turns off instead of on+off. More efficient, fixed multiple advertising. 2019-02-21 10:41:44 +00:00
Gordon Williams
06e608dc69 nRF52: Fix setScanResponse regression from 2v00 2019-02-21 09:14:33 +00:00
Gordon Williams
d0fa7167bf Allow Graphics.clear(true) to reset state (font, color, etc) to default as well as clearing the screen (fix #1615) 2019-02-20 11:21:26 +00:00
Gordon Williams
a0118278b8 docs 2019-02-19 14:23:23 +00:00
Gordon Williams
329d026a5b nRF52: Fix slow Bluetooth connection if previously disconnected while using low power connection interval (fix #1605) 2019-02-19 14:23:12 +00:00
Gordon Williams
a1206c2e9a Add E.setRTCPrescaler to allow the RTC to be calibrated on Espruino Pico (fix #1607) 2019-02-19 12:15:01 +00:00
Gordon Williams
0b1a932ecb Merge branch 'STM32F4_set_rtc_prescaler' 2019-02-19 11:04:33 +00:00
Gordon Williams
220bfb72d3 Add extra docs for setTime - fix #1616 2019-02-19 11:01:10 +00:00
Gordon Williams
aa2c58a838 Add sanity checks for #1619 2019-02-19 10:50:30 +00:00
Gordon Williams
afa3a8041f Add I2C/SPI baud rate checks (#1619) 2019-02-19 10:45:20 +00:00
Gordon Williams
4f2791e5a8
Merge pull request #1618 from puuu/timer_shutdown
nRF5x: shutdown util timer if not needed
2019-02-18 13:21:54 +00:00
puuu
68811ca601 nRF5x: shutdown util timer if not needed
This reduces power consumption after the timer has been used.

https://www.nordicsemi.com/DocLib/Content/Errata/nRF52840_Rev1/latest/ERR/nRF52840/Rev1/latest/anomaly_840_78
2019-02-18 14:25:46 +09:00
Gordon Williams
adb3b7de04 docs 2019-02-11 17:16:16 +00:00
Gordon Williams
17849210bf modify docs to put parameters/return value before the description 2019-02-11 09:36:28 +00:00
Gordon Williams
e56d91b044 Added active option to NRF.setScan/findDevices/requestDevices to allow scan response packets to be requested 2019-02-11 09:35:54 +00:00
Gordon Williams
f34b4ad264 SK6812 notes 2019-02-08 14:09:17 +00:00
Gordon Williams
0a7a25cd19 docs 2019-02-07 11:24:59 +00:00
Gordon Williams
41ee26ad6c Removed modulo on new Date h/m/s/ms arguments as it seems desktop JS is fine with out of range values 2019-02-07 11:24:36 +00:00
Gordon Williams
e258a7de0b nRF52: Disconnect RX pin after UART test at boot (saves power when in deep sleep)
Serial.unsetup now sets pin state to STATE_UNDEFINED, which disconnects the pins internally
2019-02-05 16:03:07 +00:00
Gordon Williams
6b40c10f86 Fixed sendPasskey so it sends the correct string 2019-02-05 09:23:30 +00:00
Gordon Williams
0256f028b4 Fix NRF.setSecurity without a passcode 2019-02-04 16:57:49 +00:00
Gordon Williams
14e4e3b531 reference 604b6f9963777ed4c68e83c2871b35c55be2ff50 in changelog 2019-02-04 15:42:47 +00:00
Gordon Williams
604b6f9963 Merge branch 'master' of github.com:espruino/Espruino 2019-02-04 15:41:50 +00:00
Gordon Williams
a060594969
Merge pull request #1614 from espruino/revert-1459-neopixel-timing
Revert "fix STM32 neopixel timing"
2019-02-04 15:41:43 +00:00
Gordon Williams
9f7f68864e
Revert "fix STM32 neopixel timing" 2019-02-04 15:35:00 +00:00
Gordon Williams
f958b515d8 docs 2019-02-04 11:35:44 +00:00
Gordon Williams
f809153513
Merge pull request #1611 from espruino/wilberforce-patch-1
ESP32: update EspruinoBuildTools to esp-idf V3.1.2
2019-02-04 10:18:19 +00:00
wilberforce
e4e0e333dd
ESP32: update EspruinoBuildTools to esp-idf V3.1.2 - fix Wifi connect issues (multiple ssid) 2019-02-03 11:37:18 +13:00
Gordon Williams
ce85b5ee57 nRF52: Add option for static passkey pairing with NRF.setSecurity 2019-01-31 17:30:38 +00:00
Gordon Williams
a5fca40410 fix micro:bit build 2019-01-31 15:03:18 +00:00
Gordon Williams
83b9faa4f2 nRF52: Allow startNotifications to use Indicate if Notify doesn't exist (as per spec) 2019-01-31 14:42:18 +00:00
Gordon Williams
eeb9ec8dd5 nRF52: Add docs for properties that weren't documented before
nRF52: Add ability to connect to device with passkey authentication
2019-01-31 14:23:26 +00:00
Gordon Williams
36e263aabe ensure that setting the prescaler updates the actual hardware 2019-01-28 15:20:56 +00:00
Gordon Williams
9af160b799 add fn to allow prescaler to be adjusted 2019-01-28 13:47:09 +00:00
Gordon Williams
08c919f66e Merge branch 'master' of github.com:espruino/Espruino 2019-01-24 09:09:17 +00:00
Gordon Williams
81150ff5e8 Fix sign of RSSI reporting as per http://forum.espruino.com/conversations/330001/#comment14589122 2019-01-24 09:09:08 +00:00