Skip to content
Snippets Groups Projects
  1. Feb 21, 2014
  2. Feb 20, 2014
  3. Feb 19, 2014
  4. Feb 18, 2014
    • Dave Hylands's avatar
      Add pin mapping code. · 51dabac0
      Dave Hylands authored
      This commit also introduces board directories and moves board
      specific config into the appropriate board directory.
      
      boards/stm32f4xx-af.csv was extracted from the STM32F4xx datasheet
      and hand-tweaked.
      
      make-pins.py takes boards/stm32f4xx-af.csv, boards/stm32f4xx-prefix.c,
      and boards/BOARD-NAME/pins.csv as input and generates the file
      build/pins_BOARD_NAME.c
      
      The generated pin file for PYBOARD4 looks like this:
      https://gist.github.com/dhylands/9063231
      
      The generated pins file includes all of the supported alternate
      functions, and includes upsupported alternate functions as comments.
      
      See the commnet block at the top of stm/pin_map.c for details on
      how to use the pin mapper.
      
      I also went ahead and modified stm/gpio.c to use the pin mapper.
      51dabac0
  5. Feb 17, 2014
  6. Feb 16, 2014
  7. Feb 15, 2014
  8. Feb 14, 2014
  9. Feb 13, 2014
  10. Feb 12, 2014
  11. Feb 11, 2014
Loading