libopencm3/lib/vf6xx
Karl Palsson f3df01f14e vf6: use c99 compatible asm syntax.
using __asm__ instead of asm allows compilation under both gnu89 (old
gcc defaults pre 5.x) and also c99 (gcc 5.x+ defaults)
2017-06-08 23:01:45 +00:00
..
Makefile make: use std=c99 everywhere by default. 2017-06-08 23:01:45 +00:00
ccm.c style: fix some of the easier style bugs 2017-03-30 21:48:07 +00:00
gpio.c vf6xx: initial GPIO support 2014-10-15 19:31:09 +02:00
iomuxc.c vf6xx: add I/O mux controller 2014-10-15 19:31:09 +02:00
libopencm3_vf6xx.ld vf6xx: initial add of Vybrid VF6xx support 2014-10-15 19:31:01 +02:00
uart.c vf6xx: add UART support 2014-10-15 19:31:02 +02:00
vector_chipset.c vf6: use c99 compatible asm syntax. 2017-06-08 23:01:45 +00:00