summaryrefslogtreecommitdiff
path: root/cc3200
AgeCommit message (Expand)Author
2015-04-19cc3200: Fix bootloader and modpyb after printf overhaul.Daniel Campora
2015-04-18cc3200: Clean up and reduce use/include of std.h.Damien George
2015-04-17cc3200: Use new %q format to print qstr's where appropiate.Daniel Campora
2015-04-17cc3200: Clean up bootloader makefile and remove superflous assert.Daniel Campora
2015-04-16cc3200: Get bootloader compiling with latest overhaul of printf code.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-14cc3200: Correct the IP address byte order in the FTP server.Daniel Campora
2015-04-14cc3200: Add IPPROTO_SEC to be able to create secure sockets.Daniel Campora
2015-04-13cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.Daniel Campora
2015-04-13cc3200: Add WLAN.config_ip().Daniel Campora
2015-04-11cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII.Daniel Campora
2015-04-11cc3200: Enable long filename support in FatFS.Daniel Campora
2015-04-07cc3200: Enable the stdio UART for the LaunchXL only.Daniel Campora
2015-04-07cc3200: Enable pull-ups for the STDIO UART pins.Daniel Campora
2015-04-05cc3200: Fix typo after previous refactor.Paul Sokolovsky
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
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
2015-03-31cc3200: Remove duplicated code from moduos.Daniel Campora
2015-03-29lib: Update FatFs to R0.11.Daniel Campora
2015-03-26cc3200: Remove unneeded SPI instruction in the simplelink driver.Daniel Campora
2015-03-26cc3200: Increase main stack size to 2K.Daniel Campora
2015-03-26cc3200: Minor refactorings on modwlan and pybsleep.Daniel Campora
2015-03-26cc3200: Reenable active interrupts when waking from suspended mode.Daniel Campora
2015-03-26cc3200: Add callback support to the UART for RX interrupts.Daniel Campora
2015-03-26cc3200: Remove superflous parameters from the SPI API.Daniel Campora
2015-03-25cc3200: Remove superflous params from the I2C API.Daniel Campora
2015-03-25cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.Daniel Campora
2015-03-25cc3200: Rename the WiPy_SD to WiPy-SD.Daniel Campora
2015-03-25cc3200: Roll back to the previous telnet and ftp timeouts.Daniel Campora
2015-03-25cc3200: Keep WLAN enabled during the soft reset.Daniel Campora
2015-03-25cc3200: Remove the cc3200.xml file. Latest CCS already ships with it.Daniel Campora
2015-03-22cc3200: Fix bug in telnet that caused the rx buffer to overflow.danicampora
2015-03-21cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.danicampora
2015-03-21cc3200: Improve usability and robustness of the servers.danicampora
2015-03-21cc3200: Remove superfluous code in pybsleep.danicampora
2015-03-21cc3200: Add SPI module.danicampora
2015-03-21cc3200: Re-name pybsystick to mpsystick.danicampora
2015-03-19cc3200: Move server methods from WLAN to the network module.danicampora
2015-03-18cc3200: Add parameter to wlan_stop() for custom timeout values.danicampora
2015-03-18cc3200: Fixes and improvements to the SD card driver.danicampora
2015-03-18cc3200: Refactor I2C. Remove all references to SLAVE mode.danicampora
2015-03-18cc3200: Improve I2C timeout handling.danicampora
2015-03-17cc3200: Fix extint_enable behaviour when the callback is updated.danicampora
2015-03-17cc3200: Add RTC callback with wake-up from sleep capability.danicampora
2015-03-17cc3200: Make peripheral objects static.danicampora
2015-03-17cc3200: Register pybsd with the sleep module and use pin_config().danicampora
2015-03-17cc3200: Assign GPIO10 and GPIO11 to the GPIO peripheral on start-up.danicampora
2015-03-17cc3200: Remove unneeded functions and add pybsleep_remove() calls.danicampora
2015-03-16cc3200: Disable all wake sources on start-up.danicampora