- 12 Dec, 2015 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
There was only one genuine use of this macro, all other places were using it only as a necessary compensation. While this was fine as long as it was the first meg of flash which was mapped, it became incorrect and quite dangerous whenever this assumption did not hold (such as when running from the second slot in an OTA scenario). The flash API now uses actual addresses, not translated/mapped addresses, and the users of this API have been adjusted accordingly. This makes the flash API work correctly regardless of what flash mapping is in use. The old macro is still available under the new name INTERNAL_FLASH_MAPPED_ADDRESS, and this is used to detect flash writes where the source is mapped flash (and thus has to be bounced), and to adjust the _flash_used_end linker symbol when used with flassh_find_sector() by the filesystem code. The latter usage is not OTA-proof, but in an OTA scenario the filesystem needs a fixed location anyway and thus would not use this code path.
-
- 06 Dec, 2015 4 commits
-
-
Marcel Stör authored
Update readme 2
-
Nick Andrew authored
* Remove the "0.9.6; deprecated" comment regarding the master branch * Add a paragraph on enabling debugging * Clarify (I hope) the conditions under which you need to reformat your flash filesystem. * Remove trailing blanks Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Based on @vowstar edits: * Note that the SDK is the NONOS one * Add links for NodeMCU devkit v1.0 and distinguish from v0.9 * Remove the ToDo list (as all are complete but for 1 item)
-
Vowstar authored
A lot of people don't know DHT sensor lib.
-
- 05 Dec, 2015 3 commits
-
-
Terry Ellison authored
Remove the lobject.c:88 assertion failures
-
Nick Andrew authored
When lua assertions are enabled, normal operation results in many: lobject.c:88: (((t1)->tt) == 4) lobject.c:88: (((t2)->tt) == 4) lobject.c:88: (((t1)->tt) == 4) lobject.c:88: (((t2)->tt) == 4) lobject.c:88: (((t1)->tt) == 4) lobject.c:88: (((t2)->tt) == 4) It comes from using the pvalue() macro for 3 pointer types, where pvalue() also checks the type of pointer and complains through the assertion where the type == 4 (TLIGHTUSERDATA). Use the correct macro according to the type of data being compared to eliminate this assertion error. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Marcel Stör authored
Rework the README file considerably
-
- 03 Dec, 2015 2 commits
-
-
Johny Mattsson authored
Fix EGC case in concat where stack top not recalculated
-
TerryE authored
-
- 02 Dec, 2015 1 commit
-
-
Marcel Stör authored
-
- 01 Dec, 2015 3 commits
-
-
Terry Ellison authored
Remove adc.readvdd33() limitation.
-
Johny Mattsson authored
Added uart.alt(n) to swap to use alternate rx/tx lines.
-
Johny Mattsson authored
Make net.dns.resolve and net.dns work with an IP address as the hostname
-
- 28 Nov, 2015 1 commit
-
-
btsimonh authored
if n = 0 -> std pinout. if n != 0 -> alternate pinout (gpio13 and gpio15)
-
- 24 Nov, 2015 2 commits
-
-
Johny Mattsson authored
Merge Onewire changes from Master into Dev
-
Johny Mattsson authored
Make sntp.sync work with DNS hostnames
-
- 23 Nov, 2015 1 commit
-
-
TerryE authored
Master contained two OW changes one of which was already reimplemented in dev using the correct macros. The second was from hazarkarabay (f6d0c0c) that onewire_search() returns a device address vector even when no device is found. I've reimplemented this but using the correct index, rom_byte_number, rather than declaring a new temp index i.
-
- 22 Nov, 2015 2 commits
-
-
Arnim Läuger authored
Re-add detection of CR as newline. Fixes #784 and fixes #785.
-
devsaurus authored
-
- 20 Nov, 2015 1 commit
-
-
Arnim Läuger authored
Skip CR in interactive mode
-
- 19 Nov, 2015 5 commits
-
-
Terry Ellison authored
Order modules list alphabetically
-
Terry Ellison authored
Add reference to HX711 documentation to source
-
Marcel Stör authored
-
Marcel Stör authored
-
Ivan Lopez authored
-
- 18 Nov, 2015 4 commits
-
-
Terry Ellison authored
Support DS18S20 and fix negative temp handling
-
devsaurus authored
-
Ivan Lopez authored
-
Ivan Lopez authored
-
- 17 Nov, 2015 5 commits
-
-
Johny Mattsson authored
Ensure ld-provided port alias is properly aligned.
-
Johny Mattsson authored
Integrate an extra build step for PRs to build a special firmware
-
Johny Mattsson authored
Added fix from #750, to access the IP of a sender of a UDP packet, to fix SDK 1.4.0 compability.
-
Johny Mattsson authored
Allow to set content type in COAP (fix #658)
-
Johny Mattsson authored
-
- 16 Nov, 2015 4 commits
-
-
Nick Andrew authored
Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-