..
modmachine.c
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
2016-09-08 12:50:38 +10:00
modnetwork.c
cc3200: Rename 'server' class to 'Server' for consistency.
2016-02-22 22:54:34 +01:00
modnetwork.h
cc3200: Refactor and clean-up socket closing code.
2015-07-10 11:37:50 +02:00
modubinascii.c
all: Add py/mphal.h and use it in all ports.
2015-10-31 19:14:30 +03:00
modubinascii.h
cc3200: Add own ubinascii module.
2015-05-22 09:56:11 +02:00
moduhashlib.c
cc3200: Clarify notes about the extended functionality of uhashlib.
2015-06-10 23:35:41 +02:00
moduos.c
cc3200: Fix breakage after VfsFat refactor.
2016-02-15 10:39:56 +02:00
moduos.h
cc3200: Unmount all user file systems after a soft reset.
2015-11-16 23:43:47 +01:00
modusocket.c
all: Rename mp_obj_type_t::stream_p to protocol.
2016-06-18 18:44:57 +03:00
modusocket.h
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
2015-07-02 16:30:00 +02:00
modussl.c
all: Rename mp_obj_type_t::stream_p to protocol.
2016-06-18 18:44:57 +03:00
modutime.c
all: Add py/mphal.h and use it in all ports.
2015-10-31 19:14:30 +03:00
modwipy.c
all: Add py/mphal.h and use it in all ports.
2015-10-31 19:14:30 +03:00
modwlan.c
cc3200/mods/modwlan: Include stream.h after recent refactor.
2016-04-06 01:18:39 +03:00
modwlan.h
cc3200: Improve robustness of WLAN during sleep modes.
2016-02-21 22:01:18 +01:00
pybadc.c
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
2016-01-11 00:49:27 +00:00
pybadc.h
cc3200: Add ADC module.
2015-02-20 16:40:59 +01:00
pybi2c.c
stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.
2016-05-02 11:15:36 +01:00
pybi2c.h
cc3200: Register ADC and I2C with the sleep module.
2015-03-11 22:09:52 +01:00
pybpin.c
cc3200: Simplify the Timer API and correct the documents.
2016-02-21 21:53:16 +01:00
pybpin.h
cc3200: Simplify the Timer API and correct the documents.
2016-02-21 21:53:16 +01:00
pybrtc.c
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
2016-01-11 00:49:27 +00:00
pybrtc.h
cc3200: New irq API, affects all classes that provide the irq method.
2015-09-27 01:48:20 +02:00
pybsd.c
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
2016-01-11 00:49:27 +00:00
pybsd.h
cc3200: New SD and RTC API plus os and time modules' extensions.
2015-09-21 22:30:32 +02:00
pybsleep.c
all: Add py/mphal.h and use it in all ports.
2015-10-31 19:14:30 +03:00
pybsleep.h
cc3200: Rename pyb module to machine.
2015-09-27 16:50:27 +02:00
pybspi.c
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
2016-01-11 00:49:27 +00:00
pybspi.h
cc3200: Add SPI module.
2015-03-21 11:26:47 +01:00
pybtimer.c
cc3200: Improve robustness of WLAN during sleep modes.
2016-02-21 22:01:18 +01:00
pybtimer.h
cc3200: New UART API plus related test.
2015-09-10 07:59:47 +02:00
pybuart.c
all: Rename mp_obj_type_t::stream_p to protocol.
2016-06-18 18:44:57 +03:00
pybuart.h
cc3200: Implement support for os.dupterm().
2015-09-27 11:27:24 +02:00
pybwdt.c
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
2016-01-11 00:49:27 +00:00
pybwdt.h
cc3200: Do not kick the watchdog inside the idle task.
2015-06-04 10:13:55 +02:00