index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
boards
/
make-pins.py
Age
Commit message (
Expand
)
Author
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-03-30
stmhal: Support SDMMC alternate functions in pin generation.
Damien George
2016-12-05
stmhal: Refactor UART configuration to use pin objects.
Rami Ali
2016-08-25
stmhal: Make ADC channel 16 available on L4 MCUs.
Matt Brejza
2015-12-12
stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Damien George
2015-08-03
stmhal: Add support for USART1 and conditional pins in make-pins.py.
Damien George
2015-08-03
stmhal: Fix make-pins.py to allow Port K.
Damien George
2015-07-07
stmhal: Add I2S support to make-pins.py
Dave Hylands
2015-04-18
stmhal: For pins, define macros mapping board names to cpu names.
Damien George
2014-08-24
Added python script to map AF to a pin name
Dave Hylands
2014-08-08
stmhal/teensy: Use _ instead of - in source file names.
Damien George
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-04-08
Fix make-pins.py to support having multiple names for a pin.
Dave Hylands
2014-03-24
stmhal - fixed up adc stuff
Dave Hylands
2014-03-11
Initial checkin with STM HAL
Dave Hylands