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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
Age
Commit message (
Expand
)
Author
2015-06-10
cc3200: Re-name pyb.hard_reset() to pyb.reset().
Daniel Campora
2015-06-10
cc3200: Use the pull up/down resistors on the antenna selection pins.
Daniel Campora
2015-06-10
cc3200: Fix bootloader build error.
Daniel Campora
2015-06-10
cc3200: Add sendbreak method to the UART.
Daniel Campora
2015-06-10
cc3200: Make UART API more similar to stmhal.
Daniel Campora
2015-06-10
cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.
Daniel Campora
2015-06-10
cc3200: Only kick the WDT if it's actually running.
Daniel Campora
2015-06-10
cc3200: Add contructor to the HeartBeat class.
Daniel Campora
2015-06-08
cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY.
Daniel Campora
2015-06-07
cc3200: Re-config antenna selection when waking from suspended mode.
Daniel Campora
2015-06-07
cc3200: Add missing antenna diversity source files.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-06-04
cc3200: Do not kick the watchdog inside the idle task.
Daniel Campora
2015-06-04
cc3200: Close ftp and telnet server sockets if listening fails.
Daniel Campora
2015-06-03
cc3200: Add method to configure the servers timeout.
Daniel Campora
2015-06-02
cc3200: Fix 'MP_QSTR_sd' undeclared error when building for the LAUNCHXL.
Daniel Campora
2015-05-29
cc3200: Add period set method to the Timer class.
Daniel Campora
2015-05-29
cc3200: Fix incorrect type for the wake cause variable.
Daniel Campora
2015-05-29
cc3200: Clean up WLAN API. Make WLAN.info() an attrtuple.
Daniel Campora
2015-05-29
cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id().
Daniel Campora
2015-05-28
cc3200: Remove WIPY-SD variant, and make the WiPy the default board.
Daniel Campora
2015-05-28
cc3200: Rename Pin.get_config() to Pin.info().
Daniel Campora
2015-05-28
cc3200: Make small changes in WLAN to improve the API.
Daniel Campora
2015-05-27
cc3200: Simplify SPI polarity and phase checks in constructor.
Daniel Campora
2015-05-27
cc3200: Add note about old revisions of the CC3200-LAUNCHXL.
Daniel Campora
2015-05-27
cc3200: Move the STDIO UART pin configuration to mpconfigboard.h.
Daniel Campora
2015-05-27
cc3200: Fix I2C and SPI module references.
Daniel Campora
2015-05-27
cc3200: Add make_new method to the WDT.
Daniel Campora
2015-05-27
cc3200: Add make_new method to the RTC, like in stmhal.
Daniel Campora
2015-05-27
cc3200: Use the WDT stall feature in debug mode only.
Daniel Campora
2015-05-27
cc3200: Use MCU reset instead of SOC reset.
Daniel Campora
2015-05-26
cc3200: Clean up exception handling.
Daniel Campora
2015-05-26
cc3200: Use polarity and phase instead of submode in the SPI construct.
Daniel Campora
2015-05-25
cc3200: Make API more similar to stmhal.
Daniel Campora
2015-05-25
cc3200: Make the WDT aware of the servers sleep/wake state.
Daniel Campora
2015-05-25
cc3200: Use the correct ADC channel index when creating the object.
Daniel Campora
2015-05-25
cc3200: Remove duplicated checks for boot.py and main.py existency.
Daniel Campora
2015-05-25
cc3200: Make HeartBeat.disable() thread safe.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-24
cc3200: Reset the servers and close user sockets on WLAN disconection.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-22
cc3200: Add own ubinascii module.
Daniel Campora
2015-05-21
cc3200: Remove uhashlib.hexdigest().
Daniel Campora
2015-05-20
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Daniel Campora
2015-05-20
cc3200: Fix time.localtime() so that it returns the correct fields.
Daniel Campora
2015-05-20
cc3200: Rewrite WLAN.ifconfig(). Add WLAN.info() and WLAN.connections().
Daniel Campora
2015-05-20
cc3200: Disable UCTYPES and enable ARRAY_SLICE_ASSIGN.
Daniel Campora
2015-05-17
cc3200: Set the timer edge count interrupt value in the calbback const.
Daniel Campora
2015-05-17
cc3200: Make sure RTC wake value is >= 1ms.
Daniel Campora
2015-05-17
cc3200: Re-name 'intmode' to 'mode' in the callback API.
Daniel Campora
[prev]
[next]