- 07 Jan, 2014 3 commits
-
-
Paul Sokolovsky authored
-
Dave Hylands authored
-
mux authored
* Fix LED pin enum, first one should start at 1 * Fix LED initialization typo
-
- 06 Jan, 2014 2 commits
-
-
Damien George authored
Implements list.reverse; fixes issue #66.
-
John R. Lenton authored
-
- 05 Jan, 2014 27 commits
-
-
-
Damien George authored
List insert. Fixes issue #61.
-
Damien George authored
Fix off-by-one in non-default values of index's 2nd and 3rd arguments.
-
Damien George authored
Convert many object types structs to use C99 tagged initializer syntax.
-
Damien George authored
-
Damien George authored
Add Initial Support for STM32F4DISCOVERY Board
-
Damien George authored
Make qstr_init reinitialize last_pool.
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Dave Hylands authored
This causes the pool to get reinitialized properly on a soft-reset.
-
mux authored
-
mux authored
* Add a TARGET definition to Makefile (default PYBOARD). * Add support for discovery LEDs in led module. * Add support for discovery user switch in usersw * Add EXTI interrupt handler for discovery user switch on (PA0). * Parameterize led and usrsw modules pins and port. * Issue #83
-
Damien George authored
-
Damien George authored
-
Damien George authored
Move user switch code into a separate module
-
Damien George authored
Implements str iterator
-
Damien George authored
list.index fails on an edge case.
-
Damien George authored
Implements list.index. Fixes issue #57.
-
mux authored
* Move user switch code from main.c into a separate module (usrsw) * Add usrsw.c to Makefile
-
Damien George authored
-
Damien George authored
-
xyb authored
-
John R. Lenton authored
-
Damien George authored
-
- 04 Jan, 2014 8 commits
-
-
Damien George authored
-
Damien George authored
Added DXF R2000 vector text.
-
Damien George authored
Added SVG vector text.
-
Damien George authored
Apple clang fixes
-
Damien George authored
Now much more inline with how CPython does types.
-
Mikael Eiman authored
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__)
-
Mikael Eiman authored
-
Mikael Eiman authored
-