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
/
examples
/
embedding
Age
Commit message (
Expand
)
Author
2018-02-20
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Scott Shawcroft
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-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-06-07
examples/embedding: Use core-provided KeyboardInterrupt object.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2017-03-14
examples/embedding: Place lexer constructor within NLR handler block.
Damien George
2017-02-15
examples/embedding/README: Convert to markdown, grammar and clarity fixes.
Paul Sokolovsky
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-07-22
examples/embedding: Add README.
Paul Sokolovsky
2016-07-22
examples/embedding: Example for embedding MicroPython in an app.
Paul Sokolovsky