index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
docs
/
library
/
machine.rst
Commit message (
Expand
)
Author
Age
*
docs: Add a "Reset and Boot Sequence" reference page.
Angus Gratton
2024-11-19
*
docs: Specify that machine.idle() returns at least every 1ms.
Angus Gratton
2024-07-23
*
extmod/machine_usb_device: Add support for Python USB devices.
Angus Gratton
2024-03-15
*
docs/library/machine: Add machine.memX to docs with brief example.
Matt Trentini
2022-11-08
*
docs/library/machine: Add note on interrupts being critical to system.
Patrick Joy
2022-06-21
*
docs/library: Specify additional ADC methods and new ADCBlock class.
Damien George
2022-01-21
*
docs: Remove trailing spaces and convert tabs to spaces.
Damien George
2021-12-15
*
docs: Add docs for machine.bitstream and neopixel module.
Jim Mussared
2021-08-19
*
esp32,stm32: Add new machine.I2S class for I2S protocol support.
Mike Teachman
2021-07-05
*
docs/library: Add initial API reference for rp2 module and its classes.
Tim Radvan
2021-05-08
*
docs/library/machine: Add machine.bootloader docs.
Damien George
2021-04-30
*
docs/library/machine: Specify initial machine.PWM class.
Damien George
2021-04-30
*
docs/library/machine.rst: Correct minor typo: timout to timeout.
Howard Lovatt
2020-10-20
*
docs/library: Add / to indicate positional-only args in library docs.
Jason Neal
2020-01-12
*
docs/library/machine: Document machine.soft_reset() function.
Thorsten von Eicken
2020-01-12
*
docs/machine: Add initial docs for new machine.SDCard class.
Nicko van Someren
2019-06-03
*
docs/machine: Change sleep to lightsleep and add timeout arguments.
Damien George
2019-01-27
*
docs/library/machine: Remove conditionals in machine class index.
Damien George
2018-07-20
*
docs/library/machine: Remove conditional docs for rng function.
Damien George
2018-07-18
*
docs/library/machine: Remove conditional docs for wake_reason function.
Damien George
2018-07-18
*
docs/machine*: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-06-25
*
docs/machine: Sort machine classes in logical order, not alphabetically.
Paul Sokolovsky
2017-06-03
*
docs/machine.Signal: Add initial draft description of Signal class.
Paul Sokolovsky
2017-05-14
*
docs/library/machine: Typo fix in machine_callbacks section.
Paul Sokolovsky
2017-04-16
*
docs/machine: Move machine.main() misnomer to wipy's known issues.
Paul Sokolovsky
2017-04-16
*
cc3200/modmachine: Return frequency value directly, like other ports.
Paul Sokolovsky
2017-04-05
*
docs/machine: Fix formatting of Constants section.
Paul Sokolovsky
2017-02-28
*
docs/library/machine: Make separate TOC for WiPy vs non-WiPy.
Damien George
2017-02-13
*
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Paul Sokolovsky
2017-02-05
*
docs/machine: Add explicit note on machine module level and scope.
Paul Sokolovsky
2017-01-28
*
docs/library/machine: Update description of disable/enable IRQ funcs.
Damien George
2016-09-23
*
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
Damien George
2016-09-08
*
docs: Spelling mistakes
Mike Causer
2016-08-02
*
docs/library/machine: Add documentation for machine.time_pulse_us.
Damien George
2016-05-31
*
docs/machine: Make disable_irq and enable_irq docs available for all.
Damien George
2016-05-26
*
docs/machine: idle() description generalization.
Paul Sokolovsky
2016-05-03
*
docs/machine: More generic description of sleep's, WiPy details to its genref.
Paul Sokolovsky
2016-05-03
*
docs/machine: Move WiPy-specific hardware details to its general reference.
Paul Sokolovsky
2016-05-03
*
docs/machine: Generalize docs from just WiPy to other ports.
Paul Sokolovsky
2016-05-03
*
docs/machine: reset_cause() has been implemented for esp8266.
Paul Sokolovsky
2016-04-17
*
docs/machine: Start to update for esp8266 port.
Paul Sokolovsky
2016-04-15
*
docs/machine: Change wording to be a bit more port-neutral.
Paul Sokolovsky
2016-04-03
*
docs: Several corrections to the classes in the machine module.
danicampora
2015-10-21
*
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-10-17