Commit graph

4 commits

Author SHA1 Message Date
Marti Bolivar a7dcf28b08 Cosmetics.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
2011-09-29 17:31:58 -04:00
Marti Bolivar 104c9625ea pin-definitions.txt: Break up GPIO ports visually.
The tables are too long to read comfortably without additional
horizontal line breaks.
2011-09-06 18:46:27 -04:00
Marti Bolivar c1628432f5 Trivial pin-definitions.txt updates.
No corrections made to the pin definitions themselves.
2011-04-25 18:53:42 -04:00
Marti Bolivar c5e16e9625 Final stm32_pin_info design candidate; ADC3 support on Native.
Added an adc_dev to struct stm32_pin_info.  This was necessary to add
support for the channels on the Native which are only connected to
ADC3, but it does add a bunch of NULLs to the PIN_MAPs.

I don't think any other peripherals need representation on a per-pin
basis.  Each peripheral library will be responsible for keeping track
of related GPIO ports and bits, and we can throw #defines in to
boards/*.h for other things (e.g. BOARD_SPI1_MISO_PIN).

Fleshed out the ADC refactor and brought it more in keeping with the
new design as it evolves.

A couple of other tweaks.  Notably: waitForButtonPress() now takes a
default argument meaning "wait forever".

Removed Maple-specific documentation from core functions in io.h; this
information will need to go into the individual board docs files.
2011-03-25 20:09:30 -04:00
Renamed from notes/native-pin-definitions.txt (Browse further)