aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/swlink
AgeCommit message (Collapse)Author
2013-10-05FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
The use of u8, u16, u32 has been deprecated in libopencm3. Update it with standard uint8_t, uint16_t, uint32_t types
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-04-16Allow extra LDFLAGS on command line. Use nano.specs for swlink.Gareth McMullin
2013-04-14stm32f1/stm32f4: fix hardware CRC calculationPaul Fertser
This was real-life tested on stm32f1 hardware including computation for odd-sized ranges. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2013-03-14swlink: Add missing item to connector layoutUwe Bonnes
2013-03-12SWLINK: Add variant for the STM8S Discovery boardUwe Bonnes