index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
Age
Commit message (
Expand
)
Author
2015-03-26
cc3200: Remove unneeded SPI instruction in the simplelink driver.
Daniel Campora
2015-03-26
cc3200: Increase main stack size to 2K.
Daniel Campora
2015-03-26
cc3200: Minor refactorings on modwlan and pybsleep.
Daniel Campora
2015-03-26
cc3200: Reenable active interrupts when waking from suspended mode.
Daniel Campora
2015-03-26
cc3200: Add callback support to the UART for RX interrupts.
Daniel Campora
2015-03-26
cc3200: Remove superflous parameters from the SPI API.
Daniel Campora
2015-03-25
cc3200: Remove superflous params from the I2C API.
Daniel Campora
2015-03-25
cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.
Daniel Campora
2015-03-25
cc3200: Rename the WiPy_SD to WiPy-SD.
Daniel Campora
2015-03-25
cc3200: Roll back to the previous telnet and ftp timeouts.
Daniel Campora
2015-03-25
cc3200: Keep WLAN enabled during the soft reset.
Daniel Campora
2015-03-25
cc3200: Remove the cc3200.xml file. Latest CCS already ships with it.
Daniel Campora
2015-03-22
cc3200: Fix bug in telnet that caused the rx buffer to overflow.
danicampora
2015-03-21
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
danicampora
2015-03-21
cc3200: Improve usability and robustness of the servers.
danicampora
2015-03-21
cc3200: Remove superfluous code in pybsleep.
danicampora
2015-03-21
cc3200: Add SPI module.
danicampora
2015-03-21
cc3200: Re-name pybsystick to mpsystick.
danicampora
2015-03-19
cc3200: Move server methods from WLAN to the network module.
danicampora
2015-03-18
cc3200: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-18
cc3200: Fixes and improvements to the SD card driver.
danicampora
2015-03-18
cc3200: Refactor I2C. Remove all references to SLAVE mode.
danicampora
2015-03-18
cc3200: Improve I2C timeout handling.
danicampora
2015-03-17
cc3200: Fix extint_enable behaviour when the callback is updated.
danicampora
2015-03-17
cc3200: Add RTC callback with wake-up from sleep capability.
danicampora
2015-03-17
cc3200: Make peripheral objects static.
danicampora
2015-03-17
cc3200: Register pybsd with the sleep module and use pin_config().
danicampora
2015-03-17
cc3200: Assign GPIO10 and GPIO11 to the GPIO peripheral on start-up.
danicampora
2015-03-17
cc3200: Remove unneeded functions and add pybsleep_remove() calls.
danicampora
2015-03-16
cc3200: Disable all wake sources on start-up.
danicampora
2015-03-16
cc3200: Fix bug in RTC msec register access functions.
danicampora
2015-03-16
cc3200: Fix spaces aligment in LAUNCHXL/mpconfigboard.h
danicampora
2015-03-16
cc3200: Align SD card driver with new SDK release(1.1.0).
danicampora
2015-03-16
cc3200: Update socket event handler to align with new SDK(1.1.0) API.
danicampora
2015-03-16
cc3200: Do not reset the DTHE module before every SHA operation.
danicampora
2015-03-16
cc3200: Remove double administration of callback objects.
danicampora
2015-03-16
cc3200: Update simplelink SPI driver to SDK release version 1.1.0.
danicampora
2015-03-16
cc3200: Update HAL to SDK release version 1.1.0.
danicampora
2015-03-14
cc3200: Rewrite the PRCM RTC functionality methods.
danicampora
2015-03-14
cc3200: Prevent multiple memory allocations if sflash init fails.
danicampora
2015-03-14
cc3200: Clean up linker scripts and startup file.
danicampora
2015-03-14
cc3200: Increase heartbeat period from 3 to 5 seconds.
danicampora
2015-03-14
cc3200: Remove unneeded code from modwlan and optimize startup time.
danicampora
2015-03-12
cc3200: Allow separate selection of the power mode in Pin callbacks.
danicampora
2015-03-12
cc3200: Keep WLAN enabled during suspend mode.
danicampora
2015-03-12
cc3200: Correct WiPy's pinout and the pin generation script.
danicampora
2015-03-12
cc3200: Remove WLAN.getmode since it's superseded by WLAN.ifconfig.
danicampora
2015-03-12
cc3200: Trigger a new network scan when WLAN.scan() is called.
danicampora
2015-03-11
cc3200: Register ADC and I2C with the sleep module.
danicampora
2015-03-11
cc3200: Reduce stack sizes of simplelink and the servers.
danicampora
[next]