index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
boards
/
make-pins.py
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
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