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
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-11
cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-20
cc3200: Initialise variable to zero to prevent compiler warnings.
Damien George
2017-06-20
cc3200: Make non-zero socket timeout work with connect/accept/send.
Damien George
2017-06-14
cc3200/modusocket: Simplify socket.makefile() function.
Damien George
2017-05-21
cc3200/mods/pybpin: Remove toggle() method.
Paul Sokolovsky
2017-05-10
ports: Add ilistdir in uos module.
Damien George
2017-04-18
cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.
Damien George
2017-04-18
cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API.
Damien George
2017-04-09
cc3200/pybuart: Make parity specifications consistent with HW API.
Paul Sokolovsky
2017-04-05
cc3200/modmachine: Return frequency value directly, like other ports.
Paul Sokolovsky
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-29
cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr.
Damien George
2017-03-29
cc3200: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
cc3200: Update to use size_t for tuple/list accessors.
Damien George
2017-03-22
cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations.
Damien George
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-23
cc3200/moduos: Remove uos.sep, as it's strictly optional.
Paul Sokolovsky
2017-02-22
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
Damien George
2017-02-22
cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.
Damien George
2017-02-22
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
Damien George
2017-02-22
cc3200: Convert to using uPy internal errno numbers.
Damien George
2017-02-22
cc3200: Move wlan socket glue functions from modwlan to modusocket.
Damien George
2017-02-21
cc3200: Remove remaining references to std.h.
Damien George
2017-02-21
cc3200/mods/modwlan: Add int casts to silence compiler warnings.
Damien George
2017-02-21
cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.
Damien George
2017-02-21
cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.
Damien George
2017-02-21
cc3200/mods/modwlan: Remove unused header includes; simplify others.
Damien George
2017-02-21
cc3200: Remove util/std.h, can just use stdio.h instead.
Damien George
2017-02-21
cc3200: Use simplelink API instead of emulated BSD API.
Damien George
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-06
cc3200: Refactor "ticks" functions to use common extmod implementation.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
Damien George
2017-01-29
cc3200/modusocket: Remove deprecated socket.error.
Paul Sokolovsky
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-07
cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.
Paul Sokolovsky
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-15
cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.
Damien George
2016-11-15
cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API.
Paul Sokolovsky
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-10-18
cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.
Damien George
[next]