- 18 Nov, 2015 1 commit
-
-
devsaurus 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 1 commit
-
-
Marcel Stör authored
Fixes #756
-
- 12 Nov, 2015 3 commits
-
-
Robert Foss authored
-
Robert Foss authored
-
Robert Foss authored
-
- 11 Nov, 2015 4 commits
-
-
Johny Mattsson authored
Fix sending CoAP UDP response using new SDK 1.4.0
-
Łukasz Oleś authored
-
Johny Mattsson authored
Better timings for WS2812 (measured 345ns/695ns, instead of 340ns/600ns)
-
Vowstar authored
Update function wifi.sleep
-
- 10 Nov, 2015 7 commits
-
-
Łukasz Oleś authored
-
Terry Ellison authored
Fix to do TCP port number randomization at boot.
-
Thomas Soëte authored
Values measured: @80MHz: T0H: 337ns, Period: 1.274us T1H: 687ns, Period: 1.25us @160MHz: T0H: 349ns, Period: 1.262us T1H: 700ns, Period: 1.276us
-
Marcel Stör authored
Unbreak build from #735 merge.
-
Johny Mattsson authored
Now with more #ifdef.
-
Johny Mattsson authored
Port of strip debug patch to the SDK 1.4-baseline dev
-
Johny Mattsson authored
mqtt:close() send the DISCONNECT message (fix #673)
-
- 09 Nov, 2015 2 commits
-
-
Terry Ellison authored
Fix building with DEVKIT_0_9 defined.
-
Johny Mattsson authored
This got broken in the 1.4.0 overhaul, mea culpa.
-
- 08 Nov, 2015 4 commits
-
-
Johny Mattsson authored
Add @TerryE's comment about announcing work on a PR
-
TerryE authored
-
Marcel Stör authored
-
Thomas Soëte authored
-
- 06 Nov, 2015 5 commits
-
-
Antoine authored
-
dnc40085 authored
Remove unnecessary code
-
Terry Ellison authored
Contributing guideline update
-
Johny Mattsson authored
Fix mqtt connection closing when not publishing (fixes #359)
-
Jens Jensen authored
should not reset keep_alive_tick when receiving as this can prevent sending keepalive (PINGREQ), which can result in server disconnect.
-
- 05 Nov, 2015 8 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Johny Mattsson authored
Moving luac cross from master to dev
-
dnc40085 authored
-
Johny Mattsson authored
This addresses the issue where a server would otherwise reject a valid connection attempt from a rebooted node, due to the server thinking that packet belonged to a recently closed session. By starting off the local TCP port numbers at random* points each boot the risk of port reuse across a reboot is significantly reduced. *) As random as can be had via the lower 12 bits of the ccounter.
-
Vowstar authored
Request rebase instead of merge for contributions
-
Vowstar authored
Add function wifi.sleep
-
Vowstar authored
Fix compiler warning in tmr.c
-