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
/
bootmgr
/
bootloader.mk
Age
Commit message (
Expand
)
Author
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-10-28
cc3200: Actually allow to specify a custom build directory.
danicampora
2015-07-15
cc3200: Implement new OTA mechanism with 2 firmware update slots.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-05-20
cc3200: Add uhashlib. Supports SHA1 and SHA256.
Daniel Campora
2015-04-28
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Damien George
2015-04-19
cc3200: Fix bootloader and modpyb after printf overhaul.
Daniel Campora
2015-04-17
cc3200: Clean up bootloader makefile and remove superflous assert.
Daniel Campora
2015-04-16
cc3200: Get bootloader compiling with latest overhaul of printf code.
Damien George
2015-04-05
cc3200: Fix typo after previous refactor.
Paul Sokolovsky
2015-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-03-16
cc3200: Update HAL to SDK release version 1.1.0.
danicampora
2015-03-11
cc3200: Make WDT and HeartBeat constant objects on their own right.
danicampora
2015-02-28
cc3200: Create separate release/debug build directories
Johan Hendriks
2015-02-25
cc3200: Implement safe boot pin and system led behaviour.
danicampora
2015-02-25
cc3200: Add WDT functionality as part of the pyb module.
danicampora
2015-02-22
cc3200: Add optimization flags to drivers/cc3100 in the debug build.
danicampora
2015-02-21
cc3200: Get compiling with CC3100 driver from drivers/ directory.
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