- 29 Jan, 2014 1 commit
-
-
mux authored
* Issue #232
-
- 28 Jan, 2014 1 commit
-
-
Damien George authored
-
- 26 Jan, 2014 1 commit
-
-
Damien George authored
-
- 25 Jan, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
To partly address Issue #220.
-
- 24 Jan, 2014 3 commits
-
-
Damien George authored
This reverts commit a215b09c.
-
mux authored
* Move gc_collect from main to py/gc.c * Define GC's memory boundaries in linker script * Issue #220
-
mux authored
-
- 23 Jan, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
-
mux authored
* Move RTC code from main to a separate module.
-
mux authored
* Add MICROPY_HW_HAS_LCD * Add MICROPY_HW_HAS_WLAN * Use feature test macros in main
-
- 22 Jan, 2014 6 commits
-
-
Damien George authored
-
mux authored
-
mux authored
-
mux authored
* Add some generic feature macros to mpconfigport * Move pin and port definitions from usrsw.c to mpconfigport
-
Damien George authored
-
Dave Hylands authored
-
- 21 Jan, 2014 2 commits
-
-
Damien George authored
f2d and d2f functions from libgcc does not work correctly, most likely due to the ABI being incorrect. libgcc disabled for now.
-
Damien George authored
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
-
- 19 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 18 Jan, 2014 1 commit
-
-
Damien George authored
Byte code has a map from byte-code offset to source-code line number, used to give better error messages.
-
- 16 Jan, 2014 1 commit
-
-
Damien George authored
-
- 15 Jan, 2014 2 commits
-
-
Damien George authored
Parser no longer prints an error, but instead returns an exception ID and message.
-
Paul Sokolovsky authored
-
- 14 Jan, 2014 2 commits
-
-
Damien George authored
Thanks to Dave Hylands for this.
-
mux authored
* Add simple ADC driver, with support for ADC1 and all channels. * Export MicroPython ADC object with read_channel function. * Add stm32f4xx_adc.c and adc.c to Makefile.
-
- 13 Jan, 2014 3 commits
-
-
Paul Sokolovsky authored
vstr is initially intended to deal with arbitrary-length strings. By providing a bit lower-level API calls, it will be also useful to deal with arbitrary-length I/O buffers (the difference from strings is that buffers are filled from "outside", via I/O). Another issue, especially aggravated by I/O buffer use, is alloc size vs actual size length. If allocated 1Mb for buffer, but actually read 1 byte, we don't want to keep rest of 1Mb be locked by this I/O result, but rather return it to heap ASAP ("shrink" buffer before passing it to qstr_from_str_take()).
-
Damien George authored
-
Damien George authored
See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
-
- 11 Jan, 2014 1 commit
-
-
Damien George authored
Fixes Issue #132.
-
- 09 Jan, 2014 2 commits
-
-
Damien George authored
-
mux authored
* Add Micro Python bindings to usart.c * Export USART python object to namespace pyb
-
- 08 Jan, 2014 3 commits
-
-
Damien George authored
-
mux authored
* Fix rtc_init to use LSI for RTC clock source when LSE is not detected.
-
Dave Hylands authored
Updated mconfigport.h to enable GC
-
- 07 Jan, 2014 1 commit
-
-
John R. Lenton authored
-
- 06 Jan, 2014 1 commit
-
-
ian-v authored
-