summaryrefslogtreecommitdiff
path: root/stmhal/boards/make-pins.py
AgeCommit message (Expand)Author
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-05-06stmhal: Convert all module and method tables to use MP_ROM macros.Damien George
2017-03-30stmhal: Support SDMMC alternate functions in pin generation.Damien George
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-08-25stmhal: Make ADC channel 16 available on L4 MCUs.Matt Brejza
2015-12-12stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.Damien George
2015-08-03stmhal: Add support for USART1 and conditional pins in make-pins.py.Damien George
2015-08-03stmhal: Fix make-pins.py to allow Port K.Damien George
2015-07-07stmhal: Add I2S support to make-pins.pyDave Hylands
2015-04-18stmhal: For pins, define macros mapping board names to cpu names.Damien George
2014-08-24Added python script to map AF to a pin nameDave Hylands
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-04-08Fix make-pins.py to support having multiple names for a pin.Dave Hylands
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-11Initial checkin with STM HALDave Hylands