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
/
shared-bindings
/
microcontroller
Age
Commit message (
Expand
)
Author
2020-09-25
Print package if it exists for pin or module only if it does not
askpatricw
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-03
Added type hints previously missed
dherrada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to microcontroller
dherrada
2020-07-02
Removed all 'self, )'
dherrada
2020-06-26
shared-bindings: Factor out validate_list_is_free_pins
Jeff Epler
2020-05-27
watchdogtimer: refactor to new api
Sean Cross
2020-05-27
watchdog: rename module from `wdt` and move to `microcontroller`
Sean Cross
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Did math, microcontroller, and multiterminal
dherrada
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2019-11-15
revert error
Hierophect
2019-11-15
move neopixel_in_use flag to shared-bindings
Hierophect
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-10-12
return chip vcc value
Dan Halbert
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-07-31
Use more mp_raise_* to save 28 bytes code size.
Scott Shawcroft
2018-04-05
RunMode: Fix repr(RunMode.BOOTLOADER)
Jeff Epler
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-20
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Scott Shawcroft
2018-02-07
Clarify style of attribute comments in the Design Guide.
Scott Shawcroft
2018-01-18
Added Unique ID Functions/Updated Support Matrix (#527)
sommersoft
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-12-14
Documentation Updates (mcu.delay() and Design Guide) (#481)
sommersoft
2017-12-05
Fix a couple spelling errors.
Scott Shawcroft
2017-12-05
Introduce reset mechanics to microcontroller.
Scott Shawcroft
2017-09-06
Add Processor to microcontroller documentation TOC (#237)
Dan Halbert
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
Scott Shawcroft
2017-02-22
Check that neopixel write is actually given a DigitalInOut.
Scott Shawcroft
2017-02-19
Add print support to Pin. #83 #76
Scott Shawcroft
2017-02-19
Fix pin free check to ignore None objects. Fixes #89
Scott Shawcroft
2017-01-05
Improve docs and update to CircuitPython.
Scott Shawcroft
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-12-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
2016-11-29
shared-bindings: Ensure pin objects are actually pins.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft