summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller/__init__.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-01-29Fix typo in documentation.root
2021-01-28Adding files for cpu temperature fixroot
2020-12-06Make ResetReason and RunReason availableDan Halbert
2020-11-27fix stub problems; touch up docDan 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-11-19WIP: redo API; not compiled yetDan Halbert
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add alarm_touch modulemicroDev
2020-10-27restructure alarm modulesmicroDev
2020-10-27Add function to get time elapsed during sleepmicroDev
2020-10-27Initial Sleep SupportmicroDev
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-03Added type hints previously misseddherrada
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Did math, microcontroller, and multiterminaldherrada
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-14Documentation Updates (mcu.delay() and Design Guide) (#481)sommersoft
2017-12-05Introduce reset mechanics to microcontroller.Scott Shawcroft
2017-09-06Add Processor to microcontroller documentation TOC (#237)Dan Halbert
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
2017-08-25atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....Scott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-01-05Improve docs and update to CircuitPython.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