aboutsummaryrefslogtreecommitdiff
path: root/cc3200/boards/WIPY
AgeCommit message (Collapse)Author
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-07-30cc3200: Rename pins from GPIO to just GP.Daniel Campora
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-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-05-28cc3200: Remove WIPY-SD variant, and make the WiPy the default board.Daniel Campora
2015-05-25cc3200: Make API more similar to stmhal.Daniel Campora
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-04-29cc3200: Implement os.uname() to get details of the OS and hardware.Daniel Campora
2015-04-04cc3200: Add WLAN AP specific settings for each board.Daniel Campora
2015-03-31cc3200: Add specific version file for the CC3200 port.Daniel Campora
Current version has been numbered as 0.9.0 since Timers/PWM support is still missing.
2015-03-26cc3200: Add callback support to the UART for RX interrupts.Daniel Campora
2015-03-25cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.Daniel Campora
This allows to properly initialize the system led and add it to the sleep module so that it can be restored when resuming from suspended mode.
2015-03-12cc3200: Correct WiPy's pinout and the pin generation script.danicampora
2015-03-11cc3200: Add WiPy and WiPy_SD board support.danicampora