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
/
mods
Age
Commit message (
Expand
)
Author
2016-10-18
cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.
Damien George
2016-10-18
cc3200: Use mp_raise_XXX helper functions to reduce code size.
Damien George
2016-10-01
cc3200: Add ssl_version argument to ssl.wrap_socket().
daniel
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-08
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
Damien George
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-02
stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.
Damien George
2016-04-06
cc3200/mods/modwlan: Include stream.h after recent refactor.
Paul Sokolovsky
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-21
cc3200: Improve robustness of WLAN during sleep modes.
danicampora
2016-02-21
test/wipy: Add Timer class tests.
danicampora
2016-02-21
cc3200: Simplify the Timer API and correct the documents.
danicampora
2016-02-21
cc3200: Improve robustness of the I2C driver.
danicampora
2016-02-21
cc3200: Finally fix the Timer class API.
danicampora
2016-02-15
cc3200: Fix breakage after VfsFat refactor.
Paul Sokolovsky
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-11-18
docs: Update docs for WiPy wlan.connect().
Noah
2015-11-16
cc3200: Unmount all user file systems after a soft reset.
danicampora
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-06
cc3200: Force SSL method to be TLSV1.
danicampora
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-29
cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().
Paul Sokolovsky
2015-10-26
cc3200: Set pin direction first, then value. Fixes #1542.
danicampora
2015-10-25
cc3200: Allow to read pin value when in OPEN_DRAIN mode.
danicampora
2015-10-25
cc3200: Enable WLAN irq on creation.
danicampora
2015-10-22
cc3200: Add created sockets to the registry.
danicampora
2015-10-21
cc3200: Fix UART tests after correcting uart.read() behaviour.
danicampora
2015-10-21
cc3200: Correct ticks_cpu and ticks_us functions in time module.
danicampora
2015-10-21
docs: Add usocket and ussl modules' documentation.
danicampora
2015-10-21
cc3200: Make socket.listen([backlog]) compliant with Python 3.5.
danicampora
2015-10-21
cc3200: Clean-up socket constants.
danicampora
2015-10-21
cc3200: Add comment about micropython extensions to standard modules.
danicampora
2015-10-21
cc3200: uart.read() returns EGAIN if no chars available.
danicampora
2015-10-19
cc3200: WLAN class can retrieve the existing instance.
danicampora
2015-10-19
cc3200: Fix time.ticks_* functions.
danicampora
2015-10-19
docs: Add wipy and network.server documentation.
danicampora
2015-10-19
cc3200: Refactor network module to make the server a propper object.
danicampora
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-10-17
cc3200: Improvements to terminal duplication.
danicampora
2015-10-17
cc3200: In scan results rename 'auth' field to 'sec'.
danicampora
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-09-27
cc3200: Always reset WLAN after setting the mode.
Daniel Campora
2015-09-27
cc3200: Make auth param positional in wlan.connect.
Daniel Campora
2015-09-27
cc3200: Disable uheapq and uhashlib.
Daniel Campora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
[next]