circuitpython/cc3200/mods
Daniel Campora 2dd47239de cc3200: Make API more similar to stmhal.
In general the changes are:

1. Peripheral (UART, SPI, ADC, I2C, Timer) IDs start from 1, not zero.
2. Make I2C and SPI require the ID even when there's only one bus.
3. Make I2C and SPI accept 'mode' parameter even though only MASTER
   is supported.
2015-05-25 21:47:19 +02:00
..
modnetwork.c cc3200: Finally unlock the full wake on WLAN feature set. 2015-05-22 19:53:33 +02:00
modnetwork.h cc3200: Remove NIC abstraction layer. 2015-05-24 11:44:08 +02:00
modpyb.c cc3200: Remove NIC abstraction layer. 2015-05-24 11:44:08 +02:00
modubinascii.c cc3200: Add own ubinascii module. 2015-05-22 09:56:11 +02:00
modubinascii.h cc3200: Add own ubinascii module. 2015-05-22 09:56:11 +02:00
moduhashlib.c cc3200: Remove uhashlib.hexdigest(). 2015-05-21 18:51:57 +02:00
moduhashlib.h cc3200: Add uhashlib. Supports SHA1 and SHA256. 2015-05-20 11:44:24 +02:00
moduos.c cc3200: Add os.rename() 2015-05-17 12:22:17 +02:00
moduos.h cc3200: Remove duplicated code from moduos. 2015-03-31 14:34:07 +02:00
modusocket.c cc3200: Remove NIC abstraction layer. 2015-05-24 11:44:08 +02:00
modusocket.h cc3200: Finally unlock the full wake on WLAN feature set. 2015-05-22 19:53:33 +02:00
modutime.c cc3200: Fix time.localtime() so that it returns the correct fields. 2015-05-20 11:44:22 +02:00
modwlan.c cc3200: Remove NIC abstraction layer. 2015-05-24 11:44:08 +02:00
modwlan.h cc3200: Remove NIC abstraction layer. 2015-05-24 11:44:08 +02:00
pybadc.c cc3200: Make API more similar to stmhal. 2015-05-25 21:47:19 +02:00
pybadc.h cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
pybi2c.c cc3200: Make API more similar to stmhal. 2015-05-25 21:47:19 +02:00
pybi2c.h cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybpin.c cc3200: Re-name 'intmode' to 'mode' in the callback API. 2015-05-17 14:49:17 +02:00
pybpin.h cc3200: Clean up pyb.Pin 2015-05-03 11:26:56 +02:00
pybrtc.c cc3200: Make sure RTC wake value is >= 1ms. 2015-05-17 16:09:27 +02:00
pybrtc.h cc3200: Add Timer module. Supports free running, PWM and capture modes. 2015-05-17 12:34:49 +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: Remove NIC abstraction layer. 2015-05-24 11:44:08 +02:00
pybsleep.h cc3200: Implement Sleep.wake_reason() 2015-05-03 11:21:14 +02:00
pybspi.c cc3200: Make API more similar to stmhal. 2015-05-25 21:47:19 +02:00
pybspi.h cc3200: Add SPI module. 2015-03-21 11:26:47 +01:00
pybtimer.c cc3200: Make API more similar to stmhal. 2015-05-25 21:47:19 +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: Make API more similar to stmhal. 2015-05-25 21:47:19 +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: Make the WDT aware of the servers sleep/wake state. 2015-05-25 21:14:54 +02:00
pybwdt.h cc3200: Make the WDT aware of the servers sleep/wake state. 2015-05-25 21:14:54 +02:00