- 04 Feb, 2014 1 commit
-
-
Dave Hylands authored
This also fixes up the IRQ for the PYBOARD4 USERSW although I was unable to test that functionality.
-
- 01 Feb, 2014 3 commits
-
-
Damien George authored
Using PendSV interrupt at lowest priority, code can now raise an exception during an interrupt by calling pendsv_nlr_jump. The exception will be raised when all interrupts are finished. This is used to trap ctrl-C from the USB VCP to break out of running Python code.
-
mux authored
-
mux authored
* Detect VCP line state, based on SET_CONTROL_LINE_STATE request
-
- 30 Jan, 2014 1 commit
-
-
Damien George authored
-
- 29 Jan, 2014 5 commits
-
-
Damien George authored
-
Damien George authored
-
mux authored
* Add SD card test to fix warning
-
mux authored
* Remove include mpconfigport.h from file.c
-
mux authored
* Issue #232
-
- 28 Jan, 2014 1 commit
-
-
Damien George authored
-
- 27 Jan, 2014 3 commits
-
-
Damien George authored
-
mux authored
-
mux authored
* Add missing LCD definitions for STM32F4DISC target, current code breaks build.
-
- 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 5 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.
-