micropython/cc3200/mods
Paul Sokolovsky f5ee4d95a9 cc3200/moduos: Remove uos.sep, as it's strictly optional.
In MicroPython, the path separator is guaranteed to be "/", extra unneeded
things take precious code space (in the port which doesn't have basic things
like floating-port support).
2017-02-23 22:10:58 -08:00
..
modmachine.c cc3200: Remove remaining references to std.h. 2017-02-21 18:01:43 +11:00
modnetwork.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
modnetwork.h
modubinascii.c
modubinascii.h
moduhashlib.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
moduos.c cc3200/moduos: Remove uos.sep, as it's strictly optional. 2017-02-23 22:10:58 -08:00
moduos.h cc3200: Convert to use new VFS sub-system and new ooFatFs library. 2017-01-30 12:26:07 +11:00
modusocket.c cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead. 2017-02-22 15:08:32 +11:00
modusocket.h
modussl.c cc3200: Remove remaining references to std.h. 2017-02-21 18:01:43 +11:00
modutime.c cc3200: Refactor "ticks" functions to use common extmod implementation. 2017-02-06 11:14:16 +11:00
modwipy.c
modwlan.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
modwlan.h cc3200: Move wlan socket glue functions from modwlan to modusocket. 2017-02-22 11:29:19 +11:00
pybadc.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybadc.h
pybflash.c extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 2017-01-30 12:26:08 +11:00
pybflash.h cc3200: Convert to use new VFS sub-system and new ooFatFs library. 2017-01-30 12:26:07 +11:00
pybi2c.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybi2c.h
pybpin.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
pybpin.h
pybrtc.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybrtc.h
pybsd.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybsd.h
pybsleep.c
pybsleep.h
pybspi.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybspi.h
pybtimer.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybtimer.h
pybuart.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybuart.h
pybwdt.c cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 2017-02-22 12:58:11 +11:00
pybwdt.h