- 14 Jun, 2015 1 commit
-
-
Bill Owens authored
esp8266: Changed esp_scan to keep the current WiFi operating mode but throw an exception if WiFi is in AP only mode
-
- 13 Jun, 2015 5 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Radomir Dopieralski authored
Since the commit that moved those two functions failed to update the documentation, this is a fix for that.
-
Paul Sokolovsky authored
-
- 12 Jun, 2015 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
MicroPython "network" module interface requires it to contains classes to instantiate. But as we have a static network interace, make WLAN() "constructor" just return module itself, and just make all methods module-global functions.
-
Paul Sokolovsky authored
Fixes regression from a previous commit.
-
- 11 Jun, 2015 3 commits
-
-
Paul Sokolovsky authored
mpconfigport.mk contains configuration options which affect the way MicroPython is linked. In this regard, it's "stronger" configuration dependency than even mpconfigport.h, so if we rebuild everything on mpconfigport.h change, we certianly should of that on mpconfigport.mk change too.
-
Daniel Campora authored
-
Daniel Campora authored
-
- 10 Jun, 2015 14 commits
-
-
Daniel Campora authored
This makes all common files "port-aware" using the .. only directive.
-
Daniel Campora authored
-
Daniel Campora authored
Timer.A and Timer.B can be ORed for this purpose.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Damien George authored
-
Damien George authored
This is so that the DMA can be shared by multiple peripherals.
-
- 09 Jun, 2015 1 commit
-
-
Damien George authored
Enabled simply by making the identifier lexing code 8-bit clean.
-
- 08 Jun, 2015 2 commits
-
-
Damien George authored
If heap allocation for the Python-stack of a function fails then we may as well allocate the Python-stack on the C stack. This will allow to run more code without using the heap.
-
Daniel Campora authored
-
- 07 Jun, 2015 2 commits
-
-
Damien George authored
If IRQs are disabled then the USB CDC buffer will never be drained/filled and the sys-tick timer will never increase, so we should not busy wait in this case.
-
Daniel Campora authored
-
- 06 Jun, 2015 6 commits
-
-
Daniel Campora authored
-
Daniel Campora authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, other small cleanups/improvements.
-
Paul Sokolovsky authored
Now address comes first, and args related to struct type are groupped next. Besides clear groupping, should help catch errors eagerly (e.g. forgetting to pass address will error out). Also, improve args number checking/reporting overall.
-
- 05 Jun, 2015 2 commits
-
-
Paul Sokolovsky authored
This requires some special handling, which was previosuly applied only to the main code path.
-
Damien George authored
-
- 04 Jun, 2015 1 commit
-
-
Damien George authored
-