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
/
util
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-02-21
cc3200: Remove util/std.h, can just use stdio.h instead.
Damien George
2017-02-21
cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-06-28
cc3200/gccollect: Use MP_STATE_THREAD(stack_top) to get top of stack.
Damien George
2016-06-28
cc3200: Add basic threading capabilities.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-08-16
cc3200: Make sure to update sleep objects when registered.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-20
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Daniel Campora
2015-04-19
cc3200: Fix bootloader and modpyb after printf overhaul.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-03-16
cc3200: Do not reset the DTHE module before every SHA operation.
danicampora
2015-03-14
cc3200: Clean up linker scripts and startup file.
danicampora
2015-03-11
cc3200: Add power management framework. Add mpcallback class.
danicampora
2015-03-11
cc3200: Place functions only used while booting in a special section.
danicampora
2015-02-22
cc3200: Remove dependencies from FreeRTOS.
danicampora
2015-02-21
drivers/cc3100: Remove dependence on debug.h.
Damien George
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora