| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-06 | Make ResetReason and RunReason available | Dan Halbert | |
| 2020-11-27 | fix stub problems; touch up doc | Dan Halbert | |
| 2020-11-26 | deep sleep working; deep sleep delay when connected | Dan Halbert | |
| 2020-11-24 | some API renaming and bug fixes; fix docs | Dan Halbert | |
| 2020-11-23 | working, but need to avoid deep sleeping too fast before USB ready | Dan Halbert | |
| 2020-11-22 | wip | Dan Halbert | |
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-11-19 | WIP: redo API; not compiled yet | Dan Halbert | |
| 2020-10-27 | Add check for invalid io, function to disable all alarms | microDev | |
| 2020-10-27 | Add alarm_touch module | microDev | |
| 2020-10-27 | restructure alarm modules | microDev | |
| 2020-10-27 | Renamed alarm modules | microDev | |
| 2020-10-27 | Add function to get time elapsed during sleep | microDev | |
| 2020-10-27 | Initial Sleep Support | microDev | |
| 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 | |
| This will ultimately be used by SDIO, where a variable length list of data lines is called for. | |||
| 2020-05-27 | watchdogtimer: refactor to new api | Sean Cross | |
| This refactors the WatchDogTimer API to use the format proposed in https://github.com/adafruit/circuitpython/pull/2933#issuecomment-632268227 Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-05-27 | watchdog: rename module from `wdt` and move to `microcontroller` | Sean Cross | |
| This also places it under the `microcontroller` object. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 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 | |
| * Fix finding translations with escaped characters. * Add back \r to translations since its needed by screen. | |||
| 2018-08-07 | Support internationalisation. | Scott Shawcroft | |
| 2018-08-02 | Move pin struct to the peripherals library. | Scott Shawcroft | |
| Its slimmed down by removing the qstr and bit packing TCC info. The trinket m0 build actually grows by 20 bytes. The arduino zero build shrinks by 188 bytes. | |||
| 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 | |
| This fixes #345 and fixes #215. | |||
| 2018-02-07 | Clarify style of attribute comments in the Design Guide. | Scott Shawcroft | |
| And update the core attributes to match the style. | |||
| 2018-01-18 | Added Unique ID Functions/Updated Support Matrix (#527) | sommersoft | |
| shared_bindings/index.rst: updated Support Matrix format as discussed in PR #503 & Issue #448. shared-bindings/microcontroller/Processor.c & .h: added UID lookup functionality for use with all ports. Fixes #462. | |||
| 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 | |
| /docs/design_guide: added links to firmware build learning guides for SAMD21 & ESP8266. Changes were placed in the "Adding native modules" section, since that seemed to me the best place based on target audience. Updated documentation for `delay()` which fixes #243. | |||
| 2017-12-05 | Fix a couple spelling errors. | Scott Shawcroft | |
| 2017-12-05 | Introduce reset mechanics to microcontroller. | Scott Shawcroft | |
| This allows one to configure how a subsequent reset will behave and also trigger a reset. Fixes #350 and fixes #173 | |||
