aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/modmachine.h
AgeCommit message (Expand)Author
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-06-22stm32/irq: Clean up irq.h so it does not depend on core uPy defines.Damien George
2019-10-31stm32: Add machine.Timer with soft timer implementation.Damien George
2019-09-04stm32/machine_adc: Add machine.ADC class.Damien George
2019-02-07stm32/modmachine: Make bootloader() enter custom loader if it's enabled.Damien George
2019-01-27stm32: Implement machine.lightsleep().Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2018-02-05stm32/main: Reorder some init calls to put them before soft-reset loop.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George