summaryrefslogtreecommitdiff
path: root/ucoolib/hal
AgeCommit message (Expand)Author
2019-10-07Change license to MIT LicenseNicolas Schodet
2019-10-07ucoolib/hal/gpio: add pull-up, pull-down and speed settingNicolas Schodet
2019-10-07ucoolib/hal/gpio: add don't care host GPIONicolas Schodet
2019-10-07ucoolib: add ADC driverNicolas Schodet
2019-10-07Update libopencm3Nicolas Schodet
2019-10-07ucoolib/hal/gpio: add host supportNicolas Schodet
2019-10-07ucoolib/hal/uart: add host supportNicolas Schodet
2019-10-07ucoolib/hal/i2c/test: add not there error testNicolas Schodet
2019-10-07ucoolib/hal/i2c: add host implementationNicolas Schodet
2019-10-07ucoolib: change setup to enable/disableNicolas Schodet
2019-10-07ucoolib/hal/i2c: simplify header structureNicolas Schodet
2019-10-06ucoolib/hal/i2c: add finished handler callNicolas Schodet
2019-10-06ucoolib/hal/i2c: wait for BTF at end of transmissionNicolas Schodet
2019-10-06ucoolib/hal/i2c: add i2c driverNicolas Schodet
2019-10-06ucoolib: limit direct libopencm3 gpio.h usageNicolas Schodet
2019-10-06ucoolib/hal/usb/test: remove useless dependenciesNicolas Schodet
2019-10-06ucoolib/hal/spi/test: fix warning with recent GCCNicolas Schodet
2019-10-06ucoolib/hal/spi: new spi moduleNicolas Schodet
2019-10-06ucoolib/hal/gpio: add GPIONicolas Schodet
2019-10-06ucoolib/hal/uart: implement uart moduleNicolas Schodet
2019-10-06Default to build intf moduleNicolas Schodet
2019-10-06ucoolib/hal/usb: use APBTeam VID/PID by defaultNicolas Schodet
2019-10-06ucoolib/hal/usb: use Openmoko donated USB VID & PIDNicolas Schodet
2019-10-06build: unify TARGET_* definesNicolas Schodet
2019-10-06ucoolib/hal/usb/test: remove useless powerNicolas Schodet
2019-10-06ucoolib/hal/usb: uncomment assertsNicolas Schodet
2019-10-06ucoolib/arch: add arch_initNicolas Schodet
2019-10-06ucoolib/hal/usb: add UsbStreamNicolas Schodet
2019-10-06ucoolib/intf: add Stream::pollNicolas Schodet
2019-10-06ucoolib/hal/uart: add module skeletonNicolas Schodet