circuitpython/bare-arm
stijn 2fe4cf7761 Implement kwargs for builtin open() and _io.FileIO
This makes open() and _io.FileIO() more CPython compliant.
The mode kwarg is fully iplemented.
The encoding kwarg is allowed but not implemented; mainly to allow
the tests to specify encoding for CPython, see #874
2014-10-21 22:10:01 +03:00
..
Makefile bare-arm: Enable link map file. 2014-06-27 21:02:04 +03:00
main.c Implement kwargs for builtin open() and _io.FileIO 2014-10-21 22:10:01 +03:00
mpconfigport.h py: Print imported module's location (__file__) if available. 2014-09-08 10:45:23 +01:00
qstrdefsport.h Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 2014-04-12 13:07:45 +01:00
stm32f405.ld Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 2014-04-12 13:07:45 +01:00