circuitpython/cc3200/mods
Daniel Campora 007878781c cc3200: Rename pins from GPIO to just GP.
This is how the names will be printed on the sticker that goes on top
of the EMI shield. The shorter names also help saving a few bytes of
RAM and ROM.
2015-07-30 00:43:08 +02:00
..
modnetwork.c cc3200: Add method to configure the servers timeout. 2015-06-03 17:31:21 +02:00
modnetwork.h cc3200: Refactor and clean-up socket closing code. 2015-07-10 11:37:50 +02:00
modpyb.c cc3200: Re-name pyb.hard_reset() to pyb.reset(). 2015-06-10 23:35:40 +02:00
modubinascii.c cc3200: Enable base64 methods from modubinascii. 2015-07-04 16:33:54 +02: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: Rename os.mkdisk() to os.mkfs(). 2015-06-10 23:35:45 +02:00
moduos.h cc3200: Remove duplicated code from moduos. 2015-03-31 14:34:07 +02:00
modusocket.c cc3200: Add socket.sendall() (aliases to send()). 2015-07-17 11:38:01 +02:00
modusocket.h cc3200: Add modussl, ssl sockets subclassed from normal sockets. 2015-07-02 16:30:00 +02:00
modussl.c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 2015-07-02 16:30:00 +02:00
modutime.c cc3200: Set simplelink time and date when enabling WLAN. 2015-07-10 11:37:48 +02:00
modwlan.c cc3200: Make socket stream methods return POSIX error codes. 2015-07-16 22:39:35 +02:00
modwlan.h cc3200: Set simplelink time and date when enabling WLAN. 2015-07-10 11:37:48 +02:00
pybadc.c cc3200: Rename pins from GPIO to just GP. 2015-07-30 00:43:08 +02:00
pybadc.h cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
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 cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybpin.c cc3200: Rename pins from GPIO to just GP. 2015-07-30 00:43:08 +02:00
pybpin.h cc3200: Code clean-up on pybpin. 2015-07-02 16:29:51 +02:00
pybrtc.c cc3200: Set simplelink time and date when enabling WLAN. 2015-07-10 11:37:48 +02:00
pybrtc.h cc3200: Set simplelink time and date when enabling WLAN. 2015-07-10 11:37:48 +02:00
pybsd.c cc3200: Enable long filename support in FatFS. 2015-04-11 13:35:05 +02:00
pybsd.h cc3200: Fixes and improvements to the SD card driver. 2015-03-18 21:55:02 +01:00
pybsleep.c cc3200: Use the pull up/down resistors on the antenna selection pins. 2015-06-10 23:35:38 +02:00
pybsleep.h cc3200: Implement Sleep.wake_reason() 2015-05-03 11:21:14 +02:00
pybspi.c cc3200: Simplify SPI polarity and phase checks in constructor. 2015-05-27 09:45:32 +02:00
pybspi.h cc3200: Add SPI module. 2015-03-21 11:26:47 +01:00
pybtimer.c docs: Add more documentation for the CC3200 in the pyb module. 2015-06-16 15:45:24 +02:00
pybtimer.h cc3200: Add Timer module. Supports free running, PWM and capture modes. 2015-05-17 12:34:49 +02:00
pybuart.c cc3200: Improve interrupt handling and fix bug in HAL_Delay(). 2015-07-07 16:11:05 +02:00
pybuart.h cc3200: Add Timer module. Supports free running, PWM and capture modes. 2015-05-17 12:34:49 +02:00
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