aboutsummaryrefslogtreecommitdiff
path: root/stmhal/mphalport.h
AgeCommit message (Expand)Author
2016-10-03stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask.Damien George
2016-10-03stmhal/mphalport: Implement mp_hal_pin_{input,output,write}.Damien George
2016-05-26extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.Damien George
2016-04-22extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.Damien George
2016-04-21stmhal: L4: Modify mphalport to support L4 MCU.Tobias Badertscher
2016-04-12stmhal: Use new generic I2C object in machine module.Damien George
2016-04-12stmhal: Implement basic C-level pin HAL.Damien George
2016-02-10stmhal: Add a function for setting the pin alternate functionDave Hylands
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George