summaryrefslogtreecommitdiff
path: root/ports/stm32/pin.h
AgeCommit message (Collapse)Author
2019-10-13remove ports/stm32Dan Halbert
2018-04-11stm32/pin: In pin AF object, remove union of periph ptr types.Damien George
The individual union members (like SPI, I2C) are never used, only the generic "reg" entry is. And the union names can clash with macro definitions in the HAL so better to remove them.
2018-03-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
genhdr/pins.h is an internal header file that defines all of the pin objects and it's cleaner to have pin.h include it (where the struct's for these objects are defined) rather than an explicit include by every user.
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.