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
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
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-29
cc3200/README: Reorganize and update to the current state of affairs.
Paul Sokolovsky
2016-12-29
cc3200: Add targets to erase flash, deploy firmware using cc3200tool.
Paul Sokolovsky
2016-12-29
cc3200: make: Rename "deploy" target to "deploy-ota".
Paul Sokolovsky
2016-12-28
cc3200/README: (Re)add information about accessing REPL on serial.
Paul Sokolovsky
2016-12-28
cc3200: Enable UART REPL by default.
Paul Sokolovsky
2016-12-27
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Paul Sokolovsky
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-09
Fix pyexec_file calls.
Scott Shawcroft
2016-12-02
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-21
cc3200: Update for moduselect moved to extmod/.
Paul Sokolovsky
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
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
cc3200/tools/smoke.py: Change readall() to read().
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-19
cc3200: Fix thread mutex's so threading works with interrupts.
Damien George
2016-10-18
cc3200: Enable loading of precompiled .mpy files.
Damien George
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-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-08-02
cc3200, teensy: Remove broken malloc/free/realloc macro helpers.
Damien George
2016-06-28
cc3200: Remove obsolete singleton heart-beat object.
Damien George
2016-06-28
cc3200: Allow to compile bootloader with threading enabled.
Damien George
2016-06-28
cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Damien George
2016-06-28
cc3200: Start the simplelink spawn task using the static task creator.
Damien George
2016-06-28
cc3200: Remove .boot section attribute from osi_TaskCreate function.
Damien George
2016-06-28
cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.
Damien George
2016-06-28
cc3200: Enable the GIL.
Damien George
2016-06-28
cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock.
Damien George
2016-06-28
cc3200/mpthreadport: Scan more root pointers from thread data.
Damien George
2016-06-28
cc3200/gccollect: Use MP_STATE_THREAD(stack_top) to get top of stack.
Damien George
2016-06-28
cc3200/mpthreadport: Properly initialise the main thread's data.
Damien George
2016-06-28
cc3200/mpthreadport: Make mutex statically allocated.
Damien George
2016-06-28
cc3200: Use xTaskCreateStatic instead of osi_TaskCreate.
Damien George
2016-06-28
cc3200: Fix call to new exception to be _msg instead of _arg1.
Damien George
2016-06-28
py/modthread: Allow to properly set the stack limit of a thread.
Damien George
2016-06-28
cc3200: Add basic threading capabilities.
Damien George
2016-06-28
cc3200: Define our own FreeRTOS heap so it can go in a special segment.
Damien George
2016-06-28
cc3200: Update FreeRTOS to v9.0.0.
Damien George
[next]