summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller/__init__.h
AgeCommit message (Expand)Author
2021-01-28Adding files for cpu temperature fixroot
2021-01-20Add initial RP2040 supportScott Shawcroft
2020-12-06Make ResetReason and RunReason availableDan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-23working, but need to avoid deep sleeping too fast before USB readyDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27restructure alarm modulesmicroDev
2020-10-27Renamed alarm modulesmicroDev
2020-10-27Add function to get time elapsed during sleepmicroDev
2020-10-27Initial Sleep SupportmicroDev
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-25atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft