- 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 4 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
-
Dave Hylands authored
-
mux authored
-
- 23 Jan, 2014 7 commits
-
-
Damien George authored
-
mux authored
-
Damien George authored
-
mux authored
* Fix PCGCCTL bug using address instead of value. * Fix issue #211
-
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
-
Paul Sokolovsky authored
-
- 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 6 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
mpconfigport.h is now included by stm32f4xx.h so that all STM files have access to these defines.
-
Damien George authored
-
Damien George authored
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
-
mux authored
* Add the option to pass OSC frequency on command line.
-
mux authored
-
- 19 Jan, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
CMSIS V3.01 -> V3.20. Now in stm/cmsis to keep separate from ST libraries.
-
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 3 commits
-
-
Damien George authored
-
Damien George authored
Parser no longer prints an error, but instead returns an exception ID and message.
-
Paul Sokolovsky authored
-
- 14 Jan, 2014 4 commits
-
-
Damien George authored
Thanks to Dave Hylands for this.
-
mux authored
* Add ADC support for reading internal temperature sensor. * Add ADC support for reading internal VREF/VBAT monitor.
-
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.
-
mux authored
* Add missing ADC driver from STM32F4xx_StdPeriph_Lib_V1.3.0
-