summaryrefslogtreecommitdiff
path: root/boards/osmo-sdr/board.h
Commit message (Collapse)AuthorAgeFilesLines
* SAM3U: Use correct DMAC peripheral ID for SSC receiveHarald Welte2012-02-261-1/+1
| | | | | | | | | | | | | It seems like the SSC Rx channel has a different DMAC peripheral ID (4) than the transmit side. The official Atmel sam3u documentation (doc6403e) doesn't document that fact, and it also doesn't even state any DMAC peripheral identifiers. The at91lib code release by Atmel claims it is 3, when in reality it is 4! I found this by brute-forcing all possible peripheral identifiers.
* board/osmo-sdr: Add DFU support (like SAM3U-EK)Harald Welte2012-01-081-0/+14
|
* osmo-sdr: update GPIO definitions in board.hHarald Welte2011-12-291-132/+25
|
* fix #defines for LEDs, remove #defines for non-existant pinsHarald Welte2011-12-271-0/+464
personal git repositories of Harald Welte. Your mileage may vary