..
modmachine.c
cc3200: Remove remaining references to std.h.
8 years ago
modnetwork.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
modnetwork.h
cc3200: Refactor and clean-up socket closing code.
9 years ago
modubinascii.c
all: Remove 'name' member from mp_obj_module_t struct.
8 years ago
modubinascii.h
cc3200: Add own ubinascii module.
10 years ago
moduhashlib.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
moduos.c
cc3200/moduos: Remove uos.sep, as it's strictly optional.
8 years ago
moduos.h
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
8 years ago
modusocket.c
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
8 years ago
modusocket.h
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
9 years ago
modussl.c
cc3200: Remove remaining references to std.h.
8 years ago
modutime.c
cc3200: Refactor "ticks" functions to use common extmod implementation.
8 years ago
modwipy.c
all: Remove 'name' member from mp_obj_module_t struct.
8 years ago
modwlan.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
modwlan.h
cc3200: Move wlan socket glue functions from modwlan to modusocket.
8 years ago
pybadc.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybadc.h
cc3200: Add ADC module.
10 years ago
pybflash.c
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
8 years ago
pybflash.h
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
8 years ago
pybi2c.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybi2c.h
cc3200: Register ADC and I2C with the sleep module.
10 years ago
pybpin.c
all: Consistently update signatures of .make_new and .call methods.
8 years ago
pybpin.h
cc3200: Simplify the Timer API and correct the documents.
9 years ago
pybrtc.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybrtc.h
cc3200: New irq API, affects all classes that provide the irq method.
9 years ago
pybsd.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybsd.h
cc3200: New SD and RTC API plus os and time modules' extensions.
9 years ago
pybsleep.c
all: Add py/mphal.h and use it in all ports.
9 years ago
pybsleep.h
cc3200: Rename pyb module to machine.
9 years ago
pybspi.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybspi.h
cc3200: Add SPI module.
10 years ago
pybtimer.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybtimer.h
cc3200: New UART API plus related test.
9 years ago
pybuart.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybuart.h
cc3200: Implement support for os.dupterm().
9 years ago
pybwdt.c
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
8 years ago
pybwdt.h
cc3200: Do not kick the watchdog inside the idle task.
10 years ago