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-08-10
cc3200: Make ADC API compatible with the pyboard.
Daniel Campora
2015-08-09
cc3200: On the first boot, always make AP ssid='wipy-wlan'.
Daniel Campora
2015-08-09
cc3200: Refactor PRCM special user bits implementation.
Daniel Campora
2015-08-09
cc3200: Speed up file system checking during start-up.
Daniel Campora
2015-08-09
cc3200: Add factory smoke test as part of the tools.
Daniel Campora
2015-08-09
cc3200: Add script to program the WiPy via UniFlash (windows only...).
Daniel Campora
2015-08-09
cc3200: Fix bug in ffconf regarding '/flash' string length.
Daniel Campora
2015-08-09
cc3200: Enable bootloader safe boot on latest firmware.
Daniel Campora
2015-08-09
cc3200: Improve support for WEP security.
Daniel Campora
2015-08-09
cc3200: Add nic.iwconfig() to set/get WLAN configuration.
Daniel Campora
2015-08-02
cc3200: Make I2C and SPI API the same as in stmhal.
Daniel Campora
2015-07-30
cc3200: Append last 2 bytes of the MAC address to the default SSID.
Daniel Campora
2015-07-30
cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error.
Daniel Campora
2015-07-30
cc3200: Switch to 1 byte hash for QSTRs.
Daniel Campora
2015-07-30
cc3200: Add socket.makefile()
Daniel Campora
2015-07-30
cc3200: Rename pins from GPIO to just GP.
Daniel Campora
2015-07-17
cc3200: Add socket.sendall() (aliases to send()).
Daniel Campora
2015-07-16
cc3200: Make socket stream methods return POSIX error codes.
Daniel Campora
2015-07-15
cc3200: Remove superflous assignment since the result is not used.
Daniel Campora
2015-07-15
cc3200: Create /flash/cert folder if it doesn't exist.
Daniel Campora
2015-07-15
cc3200: Implement new OTA mechanism with 2 firmware update slots.
Daniel Campora
2015-07-10
cc3200: Refactor and clean-up socket closing code.
Daniel Campora
2015-07-10
cc3200: Set simplelink time and date when enabling WLAN.
Daniel Campora
2015-07-10
cc3200: Add struct weak link for ustruct.
Daniel Campora
2015-07-09
cc3200: Increment telnet Tx retry delay on every try.
Daniel Campora
2015-07-08
cc3200: Correct udelay us to ticks calculation.
Daniel Campora
2015-07-08
cc3200: Use alternative HAL_Delay also when interrupts are disabled.
Daniel Campora
2015-07-07
cc3200: Translate simplelink's socket error numbers to POSIX values.
Daniel Campora
2015-07-07
cc3200: Create /flash/sys and /flash/lib directories while booting.
Daniel Campora
2015-07-07
cc3200: Make update-wipy.py more robust.
Daniel Campora
2015-07-07
cc3200: Improve interrupt handling and fix bug in HAL_Delay().
Daniel Campora
2015-07-07
cc3200: Increment interrupt stack size from 2K to 3K.
Daniel Campora
2015-07-04
cc3200/README.md: Improve make deploy instructions.
Daniel Campora
2015-07-04
cc3200: Enable base64 methods from modubinascii.
Daniel Campora
2015-07-04
cc3200/README.md: Add notes about deploying a new software version.
Daniel Campora
2015-07-02
cc3200: Fix socket recv and recvfrom return value type.
Daniel Campora
2015-07-02
cc3200: time.sleep() now receives seconds, like CPython.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Code clean-up on pybpin.
Daniel Campora
2015-07-02
cc3200: Set WLAN date/time via the rtc.datetime method().
Daniel Campora
2015-07-02
cc3200: Optimize check for WLAN AP mode.
Daniel Campora
2015-07-02
cc3200: Raise an exception if trying to scan for networks in AP mode.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-06-30
cc3200: Add CA, certificate and key files to the updater list.
Daniel Campora
2015-06-29
cc3200: Correct socket settimeout time format.
Daniel Campora
2015-06-28
cc3200: Adapt update-wipy.py timing to improve stability.
Daniel Campora
2015-06-28
cc3200: Add `Pin.name()` method.
Daniel Campora
2015-06-28
cc3200: Enable more features to improve compatibility with stmhal.
Daniel Campora
2015-06-24
cc3200: Add deploy target and improve robustness of update-wipy.py.
Daniel Campora
2015-06-24
cc3200: Create tools folder and add update-wipy.py script.
Daniel Campora
[next]