- 23 Jan, 2014 2 commits
- 22 Jan, 2014 4 commits
-
-
mux authored
-
mux authored
-
mux authored
* Add some generic feature macros to mpconfigport * Move pin and port definitions from usrsw.c to mpconfigport
-
Dave Hylands authored
-
- 21 Jan, 2014 2 commits
-
-
Damien George authored
mpconfigport.h is now included by stm32f4xx.h so that all STM files have access to these defines.
-
Damien George authored
-
- 07 Jan, 2014 3 commits
-
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
-
- 03 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
mpconfig.h will automatically pull mpconfigport.h.
-
- 21 Dec, 2013 1 commit
-
-
Damien authored
A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python).
-
- 09 Nov, 2013 1 commit
-
-
Damien authored
-
- 02 Nov, 2013 1 commit
-
-
Damien authored
-
- 01 Nov, 2013 1 commit
-
-
Damien authored
-
- 21 Oct, 2013 1 commit
-
-
Damien authored
-
- 12 Oct, 2013 1 commit
-
-
Damien authored
-