aboutsummaryrefslogtreecommitdiff
path: root/cc3200
AgeCommit message (Expand)Author
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
2015-03-16cc3200: Fix bug in RTC msec register access functions.danicampora
2015-03-16cc3200: Fix spaces aligment in LAUNCHXL/mpconfigboard.hdanicampora
2015-03-16cc3200: Align SD card driver with new SDK release(1.1.0).danicampora
2015-03-16cc3200: Update socket event handler to align with new SDK(1.1.0) API.danicampora
2015-03-16cc3200: Do not reset the DTHE module before every SHA operation.danicampora
2015-03-16cc3200: Remove double administration of callback objects.danicampora
2015-03-16cc3200: Update simplelink SPI driver to SDK release version 1.1.0.danicampora
2015-03-16cc3200: Update HAL to SDK release version 1.1.0.danicampora
2015-03-14cc3200: Rewrite the PRCM RTC functionality methods.danicampora
2015-03-14cc3200: Prevent multiple memory allocations if sflash init fails.danicampora
2015-03-14cc3200: Clean up linker scripts and startup file.danicampora
2015-03-14cc3200: Increase heartbeat period from 3 to 5 seconds.danicampora
2015-03-14cc3200: Remove unneeded code from modwlan and optimize startup time.danicampora
2015-03-12cc3200: Allow separate selection of the power mode in Pin callbacks.danicampora
2015-03-12cc3200: Keep WLAN enabled during suspend mode.danicampora
2015-03-12cc3200: Correct WiPy's pinout and the pin generation script.danicampora
2015-03-12cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig.danicampora
2015-03-12cc3200: Trigger a new network scan when WLAN.scan() is called.danicampora
2015-03-11cc3200: Register ADC and I2C with the sleep module.danicampora
2015-03-11cc3200: Reduce stack sizes of simplelink and the servers.danicampora
2015-03-11cc3200: Disable WLAN in suspended mode if NW wake is not enabled.danicampora
2015-03-11cc3200: Add WiPy and WiPy_SD board support.danicampora
2015-03-11cc3200: Add power management framework. Add mpcallback class.danicampora
2015-03-11cc3200: Merge ExtInt class into Pin class.danicampora
2015-03-11cc3200: Place functions only used while booting in a special section.danicampora
2015-03-11cc3200: Combine and disable sections in startup_gcc.c to reduce size.danicampora
2015-03-11cc3200: Add preliminary low power deep sleep support.danicampora
2015-03-11cc3200: Make WDT and HeartBeat constant objects on their own right.danicampora
2015-02-28cc3200: Add heartbeat signal on system led.danicampora
2015-02-28cc3200: Create separate release/debug build directoriesJohan Hendriks
2015-02-26cc3200: Move code that disables/enables servers to wlan_sl_enable().danicampora
2015-02-26cc3200: Modify simplelink FreeRTOS OSI layer to only use semaphores.danicampora
2015-02-25cc3200: Change PRCM_PeriphRegs_t fields to unsigned char.danicampora
2015-02-25cc3200: Implement safe boot pin and system led behaviour.danicampora
2015-02-25cc3200: Fix md5 application signing, add missing accents.danicampora
2015-02-25cc3200: Add WDT functionality as part of the pyb module.danicampora