- 27 Jul, 2015 3 commits
-
-
Damien George authored
Should fix issue #1393.
-
Damien George authored
In particular this fixes a bug where pyb.sync (and os.sync) fail because they try to sync the user mounted device even if it's not mounted.
-
Damien George authored
ViperTypeError now includes filename and function name where the error occurred. The line number is the line number of the start of the function definition, which is the best that can be done without a lot more work. Partially addresses issue #1381.
-
- 26 Jul, 2015 4 commits
-
-
Damien George authored
-
Tom Soulanille authored
-
Tom Soulanille authored
Disabled by default. Adds 108 bytes to Thumb2 arch when enabled.
-
Daniel Campora authored
The adapter class "TelnetToSerial" is used to access the Telnet connection using the same API as with the serial connection. The function pyboard.run-test() has been removed to made the module generic and because this small test is no longer needed.
-
- 25 Jul, 2015 3 commits
-
-
Damien George authored
-
Damien George authored
When looking for chars to indicate raw repl is active, look for the full string of chars to improve reliability of entering raw repl correctly. Previous to this patch there was the possibility that raw repl was entered in a dirty state, where not all input chars from previous invocation were drained.
-
Damien George authored
-
- 24 Jul, 2015 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 23 Jul, 2015 3 commits
-
-
Damien George authored
Addresses issue #1390.
-
Damien George authored
Otherwise it can be very hard to track down bugs.
-
Damien George authored
Addresses issue #1380.
-
- 22 Jul, 2015 1 commit
-
-
Damien George authored
This allows a user-specified Timer for the triggering of the ADC read, mirroring the new behaviour of DAC.write_timed. Addresses issue #1129.
-
- 21 Jul, 2015 3 commits
-
-
Damien George authored
-
Damien George authored
This allows the DAC to use a user-specified Timer for the triggering (instead of the default Timer(6)), while still supporting original behaviour. Addresses issues #1129 and #1388.
-
Damien George authored
-
- 06 Jun, 2015 1 commit
-
-
Delio Brignoli authored
-
- 20 Jul, 2015 11 commits
-
-
blmorris authored
This prevented pin_find_af* functions from being able to find some of the alternate functions in the pin struct
-
Damien George authored
Also adds #if guards to allow uPy core to compile without memoryview enabled, but with slice assignment enabled.
-
Delio Brignoli authored
-
Delio Brignoli authored
Adds ability to do "memcpy" with memoryview objects, such as: m1[0:3] = m2[2:5].
-
Damien George authored
-
Wojtek Siudzinski authored
Only those files which are needed by the stmhal port are added. Also includes a dummy file (stm32f2xx_hal_pcd_ex.c) to keep the build system the same for f4 and f2 MCU series.
-
Damien George authored
-
Damien George authored
This is in preparation for supporting other MCU series, such as STM32F2xx. Directory structure for the HAL is now hal/f4/{inc,src}, where "f4" will in the future be different for other series. HAL source/header files that are not use are removed to reduce the size of the code.
-
Damien George authored
-
Damien George authored
-
Damien George authored
This patch makes configurable, via MICROPY_QSTR_BYTES_IN_HASH, the number of bytes used for a qstr hash. It was originally fixed at 2 bytes, and now defaults to 2 bytes. Setting it to 1 byte will save ROM and RAM at a small expense of hash collisions.
-
- 19 Jul, 2015 1 commit
-
-
Sebastian Plamauer authored
-
- 18 Jul, 2015 1 commit
-
-
Paul Sokolovsky authored
TODO: Contributed code in modesp incorrectly uses private gc_* API.
-
- 17 Jul, 2015 1 commit
-
-
Daniel Campora authored
Simplelink's socket send checks for the size of the packet and sends it in chunks if the size is too large.
-
- 16 Jul, 2015 1 commit
-
-
Daniel Campora authored
-
- 15 Jul, 2015 3 commits
-
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
- 14 Jul, 2015 1 commit
-
-
Dave Hylands authored
-