micropython/cc3200/mods
Daniel Campora 7c1c9af5d4 cc3200: Code clean-up on pybpin. 2015-07-02 16:29:51 +02:00
..
modnetwork.c cc3200: Add method to configure the servers timeout. 2015-06-03 17:31:21 +02:00
modnetwork.h cc3200: Add socket.timeout and socket.error exceptions. 2015-07-02 11:53:15 +02:00
modpyb.c cc3200: Re-name pyb.hard_reset() to pyb.reset(). 2015-06-10 23:35:40 +02:00
modubinascii.c
modubinascii.h
moduhashlib.c cc3200: Clarify notes about the extended functionality of uhashlib. 2015-06-10 23:35:41 +02:00
moduhashlib.h
moduos.c cc3200: Rename os.mkdisk() to os.mkfs(). 2015-06-10 23:35:45 +02:00
moduos.h
modusocket.c cc3200: Add socket.timeout and socket.error exceptions. 2015-07-02 11:53:15 +02:00
modusocket.h
modutime.c
modwlan.c cc3200: Optimize check for WLAN AP mode. 2015-07-02 16:15:59 +02:00
modwlan.h cc3200: Correct socket settimeout time format. 2015-06-29 11:01:11 +02:00
pybadc.c cc3200: Make API more similar to stmhal. 2015-05-25 21:47:19 +02:00
pybadc.h
pybi2c.c cc3200: Change MP_OBJ_NULL for mp_const_none in params default value. 2015-06-10 23:35:32 +02:00
pybi2c.h
pybpin.c cc3200: Code clean-up on pybpin. 2015-07-02 16:29:51 +02:00
pybpin.h cc3200: Code clean-up on pybpin. 2015-07-02 16:29:51 +02:00
pybrtc.c cc3200: Set WLAN date/time via the rtc.datetime method(). 2015-07-02 16:29:43 +02:00
pybrtc.h cc3200: Add make_new method to the RTC, like in stmhal. 2015-05-27 09:45:24 +02:00
pybsd.c
pybsd.h
pybsleep.c cc3200: Use the pull up/down resistors on the antenna selection pins. 2015-06-10 23:35:38 +02:00
pybsleep.h
pybspi.c cc3200: Simplify SPI polarity and phase checks in constructor. 2015-05-27 09:45:32 +02:00
pybspi.h
pybtimer.c docs: Add more documentation for the CC3200 in the pyb module. 2015-06-16 15:45:24 +02:00
pybtimer.h
pybuart.c cc3200: Add sendbreak method to the UART. 2015-06-10 23:35:35 +02:00
pybuart.h
pybwdt.c cc3200: Only kick the WDT if it's actually running. 2015-06-10 23:35:30 +02:00
pybwdt.h cc3200: Do not kick the watchdog inside the idle task. 2015-06-04 10:13:55 +02:00