aboutsummaryrefslogtreecommitdiff
path: root/stmhal/modmachine.c
AgeCommit message (Expand)Author
2016-10-03stmhal/spi: Make machine.SPI class conform to correct API.Damien George
2016-09-27stmhal/modmachine: Fix clearing of reset-cause flags.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-08stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George
2016-09-06stmhal/modmachine: Implement machine.reset_cause() function, and consts.Damien George
2016-09-04stmhal: Add machine.WDT class.Damien George
2016-05-05stmhal: L4: Add support for machine.sleep on STM32L4 MCUs.Tobias Badertscher
2016-04-17stmhal: Fix machine.unique_id() function to work for all MCUs.Damien George
2016-04-12stmhal: Use new generic I2C object in machine module.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-07stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions.Damien George
2015-12-19stmhal: Add mem8/mem16/mem32 operations to machine module.Dave Hylands
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
2015-11-23stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.Damien George
2015-11-23stmhal: Implement delayed RTC initialization with LSI fallback.T S
2015-11-14stmhal/modmachine: Initial attempt to add I2C & SPI classes.Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-30stmhal: Add define for UNIQUE_ID address (differs per MCU)Dave Hylands
2015-10-19stmhal: Bring Pin class close to new machine module specification.Damien George
2015-10-19stmhal: Early version of machine module for stmhal.Dave Hylands