- 13 Dec, 2015 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 10 Dec, 2015 1 commit
-
-
Marcel Stör authored
-
- 05 Dec, 2015 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 04 Dec, 2015 1 commit
-
-
Marcel Stör authored
-
- 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 2 commits
-
-
Nick Andrew authored
The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their temperature register alignment differs. Check the family code to choose the correct multiplier for both devices. Closes #610 Negative temperatures (less than 0°C) are returned as a sign-extended two's complement number. Subtract 0x10000 to recover the proper negative value. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Marcel Stör authored
Fixes #756
-
- 12 Nov, 2015 4 commits
-
-
Robert Foss authored
-
Johny Mattsson authored
Make ADC vs readvdd33 option user_config.h configurable for the init data, and made readvdd33 the default.
-
Robert Foss authored
-
Robert Foss authored
-
- 11 Nov, 2015 1 commit
-
-
Johny Mattsson authored
Fix sending CoAP UDP response using new SDK 1.4.0
-