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
/
py
/
circuitpy_mpconfig.h
Age
Commit message (
Expand
)
Author
2019-12-10
audiocore: Add MP3File using Adafruit_MP3 library
Jeff Epler
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-11-18
run_background_tasks: Do nothing unless there has been a tick
Jeff Epler
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-11-18
circuitpy_mpconfig.h: Express HOOKS in terms of RUN_BACKGROUND_TASKS
Jeff Epler
2019-11-18
circuitpy_mpconfig.h: Move includes after include-guard
Jeff Epler
2019-11-05
Allow boards to enable the `micropython.native` decorator
Thea Flowers
2019-09-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-24
move Mixer & MixerVoice from 'audiocore' to 'audiomixer'
sommersoft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Add initial Monster M4SK build
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-19
Merge remote-tracking branch 'adafruit/master' into run-background-tasks
Dan Halbert
2019-08-14
Fix I2CDisplay lifecycle and splash lifecycle.
Scott Shawcroft
2019-08-11
cicuitpy_mpconfg.h: Define RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-11
cicuitpy_mpconfg.h: Alphebetize and standardize indentation
Jeff Epler
2019-07-26
audiopwmio: Add the shared files for this new module
Jeff Epler
2019-07-25
audiocore: Factor from audioio
Jeff Epler
2019-06-11
Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedup
Dan Halbert
2019-06-04
Add PS/2 support -- ps2io module
Elvis Pfützenreuter
2019-05-17
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disab...
Dan Halbert
2019-04-16
Include cleanup and style tweaks
Scott Shawcroft
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-04-15
Split GamePadShift from GamePad to save space on most boards.
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-01
ROTARYIO_MODULE mistakenly omitted from module list
Dan Halbert
2019-03-26
turn on reversed() for all builds
Dan Halbert
2019-03-26
Merge pull request #1672 from dhalbert/regular-fs-flush
Scott Shawcroft
2019-03-20
Merge pull request #1670 from tannewt/fontio
Dan Halbert
2019-03-20
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...
Dan Halbert
2019-03-20
flush flash filesystem once a second
Dan Halbert
2019-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-03-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f...
sommersoft
2019-03-01
Apply review fixes:
Radomir Dopieralski
2019-03-01
Rebase on top of CircuitPython 4.x
Radomir Dopieralski
2019-02-28
Add a _pew module
Radomir Dopieralski
2019-02-24
add frequencyio to circuipy_ configs
sommersoft
2019-02-21
Merge pull request #1582 from dhalbert/remove-u-names
Scott Shawcroft
2019-02-21
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
Dan Halbert
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2019-02-19
Merge pull request #1562 from debrouxl/minor_improvements_and_fixes
Dan Halbert
2019-02-18
typo
Dan Halbert
2019-02-18
move non-u names for native modules to circuitpy_mpconfig.h
Dan Halbert
2019-02-18
regularize how module weak links and alternate names are listed
Dan Halbert
2019-02-17
correct weak module links; samd module only in m4 ports; update libraries
Dan Halbert
2019-02-17
fix module weak links; add missing nrf features
Dan Halbert
2019-02-17
Define MP_SSIZE_MAX for LONGINT_IMPL_LONGLONG as well.
Lionel Debroux
2019-02-15
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
Dan Halbert