- 18 Jun, 2015 2 commits
-
-
Paul Sokolovsky authored
-
Daniel Campora authored
-
- 17 Jun, 2015 2 commits
-
-
Bill Owens authored
-
Bill Owens authored
-
- 16 Jun, 2015 2 commits
-
-
Daniel Campora authored
-
Daniel Campora authored
-
- 15 Jun, 2015 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
In raw REPL ">" indicates the prompt. We originally read this character upon entering the raw REPL, and after reading the last bit of the output. This patch changes the logic so the ">" is read only just before trying to send the next command. To make this work (and as an added feature) the input buffer is now flushed upon entering raw REPL. The main reason for this change is so that pyboard.py recognises the EOF when sys.exit() is called on the pyboard. Ie, if you run pyboard.py with a script that calls sys.exit(), then pyboard.py will exit after the sys.exit() is called.
-
- 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
-