- 22 Aug, 2015 1 commit
-
-
aeprox authored
-
- 21 Aug, 2015 2 commits
-
-
aeprox authored
-
Johny Mattsson authored
Unbreak 1-Wire after the consts-to-flash change.
-
- 20 Aug, 2015 1 commit
-
-
Johny Mattsson authored
-
- 18 Aug, 2015 1 commit
-
-
Vowstar authored
BMP085: Fix B5 calculation
-
- 16 Aug, 2015 1 commit
-
-
Konrad Beckmann authored
B5 was calculated with some precision loss before.
-
- 11 Aug, 2015 2 commits
- 10 Aug, 2015 2 commits
- 09 Aug, 2015 1 commit
-
-
devsaurus authored
-
- 06 Aug, 2015 1 commit
-
-
zeroday authored
Fix u8g device destructor
-
- 05 Aug, 2015 5 commits
- 04 Aug, 2015 3 commits
-
-
Johny Mattsson authored
With platform_s_flash_read() now properly handling unaligned destination buffers, there is no need to shim SPIFFS any more.
-
Johny Mattsson authored
When using the flash write API, the flash is unmapped/uncached, and as such it's not possible to source data directly from flash (e.g. string literals).
-
Bernd Meyer authored
(Occurs e.g. when SPIFFS cache is disabled.) Implementation mirrors the existing handling in the write path.
-
- 03 Aug, 2015 1 commit
-
-
Konrad Beckmann authored
-
- 02 Aug, 2015 9 commits
-
-
Robert Foss authored
Conflicts: app/lwip/app/dhcpserver.c
-
Robert Foss authored
Conflicts: app/lwip/app/dhcpserver.c
-
Robert Foss authored
Conflicts: app/lwip/app/dhcpserver.c
-
Robert Foss authored
-
Robert Foss authored
-
zeroday authored
-
zeroday authored
Added USE_DNS define.
-
zeroday authored
Improvements to cjson memory handling, Note that when cjson fails a memory allocation, it leaks a bit of memory, it's possible to detect that it did fail, and schedule a restart.
-
zeroday authored
Fix for HMAC with long keys
-
- 31 Jul, 2015 6 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
Also made the cache on/off configurable via user_config.h. Uncached writes are not a very good idea, but for read-only deployments a further ~0.5k RAM can be gained by disabling the cache. Tweaked the file.read() workhorse to read large chunks at a time rather than use getc(), to compensate for potential unavailability of cache.
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Bernd Meyer authored
-
Johny Mattsson authored
-
- 28 Jul, 2015 2 commits
-
-
Robert Foss authored
-
Robert Foss authored
-
- 26 Jul, 2015 1 commit
-
-
Vowstar authored
Upgrade u8g module and add display bindings
-
- 22 Jul, 2015 1 commit
-
-
Vowstar authored
Lua module for TSL2561 I2C Digital Light Sensor
-