summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/machine.rst
Commit message (Expand)AuthorAge
* docs: Add a "Reset and Boot Sequence" reference page.Angus Gratton2024-11-19
* docs: Specify that machine.idle() returns at least every 1ms.Angus Gratton2024-07-23
* extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton2024-03-15
* docs/library/machine: Add machine.memX to docs with brief example.Matt Trentini2022-11-08
* docs/library/machine: Add note on interrupts being critical to system.Patrick Joy2022-06-21
* docs/library: Specify additional ADC methods and new ADCBlock class.Damien George2022-01-21
* docs: Remove trailing spaces and convert tabs to spaces.Damien George2021-12-15
* docs: Add docs for machine.bitstream and neopixel module.Jim Mussared2021-08-19
* esp32,stm32: Add new machine.I2S class for I2S protocol support.Mike Teachman2021-07-05
* docs/library: Add initial API reference for rp2 module and its classes.Tim Radvan2021-05-08
* docs/library/machine: Add machine.bootloader docs.Damien George2021-04-30
* docs/library/machine: Specify initial machine.PWM class.Damien George2021-04-30
* docs/library/machine.rst: Correct minor typo: timout to timeout.Howard Lovatt2020-10-20
* docs/library: Add / to indicate positional-only args in library docs.Jason Neal2020-01-12
* docs/library/machine: Document machine.soft_reset() function.Thorsten von Eicken2020-01-12
* docs/machine: Add initial docs for new machine.SDCard class.Nicko van Someren2019-06-03
* docs/machine: Change sleep to lightsleep and add timeout arguments.Damien George2019-01-27
* docs/library/machine: Remove conditionals in machine class index.Damien George2018-07-20
* docs/library/machine: Remove conditional docs for rng function.Damien George2018-07-18
* docs/library/machine: Remove conditional docs for wake_reason function.Damien George2018-07-18
* docs/machine*: Use markup adhering to the latest docs conventions.Paul Sokolovsky2017-06-25
* docs/machine: Sort machine classes in logical order, not alphabetically.Paul Sokolovsky2017-06-03
* docs/machine.Signal: Add initial draft description of Signal class.Paul Sokolovsky2017-05-14
* docs/library/machine: Typo fix in machine_callbacks section.Paul Sokolovsky2017-04-16
* docs/machine: Move machine.main() misnomer to wipy's known issues.Paul Sokolovsky2017-04-16
* cc3200/modmachine: Return frequency value directly, like other ports.Paul Sokolovsky2017-04-05
* docs/machine: Fix formatting of Constants section.Paul Sokolovsky2017-02-28
* docs/library/machine: Make separate TOC for WiPy vs non-WiPy.Damien George2017-02-13
* extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky2017-02-05
* docs/machine: Add explicit note on machine module level and scope.Paul Sokolovsky2017-01-28
* docs/library/machine: Update description of disable/enable IRQ funcs.Damien George2016-09-23
* stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George2016-09-08
* docs: Spelling mistakesMike Causer2016-08-02
* docs/library/machine: Add documentation for machine.time_pulse_us.Damien George2016-05-31
* docs/machine: Make disable_irq and enable_irq docs available for all.Damien George2016-05-26
* docs/machine: idle() description generalization.Paul Sokolovsky2016-05-03
* docs/machine: More generic description of sleep's, WiPy details to its genref.Paul Sokolovsky2016-05-03
* docs/machine: Move WiPy-specific hardware details to its general reference.Paul Sokolovsky2016-05-03
* docs/machine: Generalize docs from just WiPy to other ports.Paul Sokolovsky2016-05-03
* docs/machine: reset_cause() has been implemented for esp8266.Paul Sokolovsky2016-04-17
* docs/machine: Start to update for esp8266 port.Paul Sokolovsky2016-04-15
* docs/machine: Change wording to be a bit more port-neutral.Paul Sokolovsky2016-04-03
* docs: Several corrections to the classes in the machine module.danicampora2015-10-21
* docs: Update all WiPy docs to reflect the new API.danicampora2015-10-17