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
Age
Commit message (
Expand
)
Author
2018-08-21
add touch 1200 for dfu-flash
hathach
2018-08-11
Merge pull request #1105 from adafruit/tannewt-patch-3
Dan Halbert
2018-08-10
Fix translation newlines
Scott Shawcroft
2018-08-09
Merge pull request #1104 from tannewt/more_strings
Dan Halbert
2018-08-09
Merge pull request #1100 from tannewt/samr
Dan Halbert
2018-08-09
Rework escaping and fix ESP build.
Scott Shawcroft
2018-08-09
Update filter and handle nested quotes
Scott Shawcroft
2018-08-09
More strings
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-08-09
Change file mode back.
Scott Shawcroft
2018-08-09
Initial SAMR board revision.
Scott Shawcroft
2018-08-07
Merge pull request #1097 from tannewt/i18n_only
Dan Halbert
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-05
Merge pull request #1087 from dhalbert/increase-dyn-stack-size
Scott Shawcroft
2018-08-03
increase new dynamic stack size to a comfortable value for now
Dan Halbert
2018-08-02
Merge pull request #1057 from tannewt/flexible_heap
Dan Halbert
2018-08-02
Add todo for handling improper free.
Scott Shawcroft
2018-08-02
Share memory.c and a bit of polish.
Scott Shawcroft
2018-08-02
Merge pull request #1082 from tannewt/no_pin_qstr
Dan Halbert
2018-08-02
Update to peripherals merge.
Scott Shawcroft
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-08-02
Merge pull request #1079 from tannewt/faster_qstr_pp
Dan Halbert
2018-08-02
Rename to SRC_QSTR_PREPROCESSOR for clarity.
Scott Shawcroft
2018-08-02
Handle emitnative.c which is #included into other .c files.
Scott Shawcroft
2018-08-02
Speed up QSTR creation by pre-filtering files before pre-processing.
Scott Shawcroft
2018-08-02
Merge pull request #1077 from hathach/nrf52_sys_module
Scott Shawcroft
2018-08-01
Merge branch 'master' into nrf52_sys_module
hathach
2018-08-01
Merge pull request #1074 from hathach/nrf52840_usb_hid
Dan Halbert
2018-08-01
PR review clean up
hathach
2018-08-01
try to address sys module, compile ok
hathach
2018-07-31
Merge pull request #1076 from hathach/samd_usbhid_typo
Dan Halbert
2018-08-01
more clean up
hathach
2018-08-01
clean up
hathach
2018-08-01
fix samd usb hid typo
hathach
2018-08-01
clean up
hathach
2018-07-31
Merge pull request #1075 from tannewt/more_mp_raise
Dan Halbert
2018-07-31
Use more mp_raise_* to save 28 bytes code size.
Scott Shawcroft
2018-07-31
Remove rogue execute bit. Must a common incorrect shortcut for me. :-)
Scott Shawcroft
2018-08-01
Merge branch 'master' into nrf52840_usb_hid
hathach
2018-08-01
update tinyusb
hathach
2018-07-31
enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRS
hathach
2018-07-31
add hid keyboard LED indicator stub
hathach
2018-07-31
all hid devices seems to be ok
hathach
2018-07-31
add usb hid syscontrol
hathach
2018-07-31
usb hid consumer control works
hathach
2018-07-31
improve usb hid
hathach
2018-07-31
Reenable LTO for debug.
Scott Shawcroft
2018-07-31
Allow for resizing the stack area.
Scott Shawcroft
2018-07-31
Add basic memory allocation outside Python runtime
Scott Shawcroft
2018-07-31
add usb_desc, disable tinyusb stack CFG_TUD_DESC_AUTO
hathach
[next]