summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07lib/libopencm3: add a patch to handle constructorsNicolas Schodet
2019-10-07ucoolib/utils: add CRC functionsNicolas Schodet
2019-10-07ucoolib/arch: add arch_resetNicolas Schodet
2019-10-07ucoolib/hal/gpio: add host supportNicolas Schodet
2019-10-07ucoolib/base/proto: add legacy proto handlerNicolas Schodet
2019-10-07ucoolib/hal/uart: add host supportNicolas Schodet
2019-10-07ucoolib/arch/host: add pty host streamNicolas Schodet
2019-10-07ucoolib/arch: add yield to save CPU cycles on hostNicolas 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-07ucoolib/arch/host/mex: simplify handlers thanks to TR1Nicolas Schodet
2019-10-07ucoolib/arch/host: add host support classNicolas Schodet
2019-10-06ucoolib/arch/host/mex: use std::stringNicolas 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/utils: split trace display in columnsNicolas Schodet
2019-10-06ucoolib/hal/i2c: add i2c driverNicolas Schodet
2019-10-06ucoolib/base/test: use an object to track running testNicolas Schodet
2019-10-06ucoolib: add irq lock functionsNicolas Schodet
2019-10-06ucoolib/arch: move host file to subdirectoryNicolas Schodet
2019-10-06ucoolib/intf: add missing file compilationNicolas 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/utils: add trace bufferNicolas Schodet
2019-10-06ucoolib/dev/avrisp: add AVR ISPNicolas Schodet
2019-10-06ucoolib/utils: add bytes toolsNicolas Schodet
2019-10-06ucoolib/hal/spi: new spi moduleNicolas Schodet
2019-10-06ucoolib/hal/gpio: add GPIONicolas Schodet
2019-10-06ucoolib/arch: update commentNicolas Schodet
2019-10-06ucoolib/hal/uart: implement uart moduleNicolas Schodet
2019-10-06ucoolib: add __builtin_expect to assertNicolas Schodet
2019-10-06ucoolib/base/test: new test moduleNicolas Schodet
2019-10-06ucoolib/utils: add fifo low level containerNicolas Schodet
2019-10-06ucoolib/arch: add HostStreamNicolas Schodet
2019-10-06Default to build intf moduleNicolas Schodet
2019-10-06ucoolib/utils: add delay functionsNicolas Schodet
2019-10-06ucoolib/arch: implement read and writeNicolas Schodet
2019-10-06ucoolib/arch: call halt instead of infinite loopNicolas Schodet
2019-10-06ucoolib/arch: compile syscalls as C++Nicolas Schodet
2019-10-06ucoolib/base/stdio: add stdio functionsNicolas 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: add program targetNicolas Schodet
2019-10-06ucoolib: add lengthof, to measure an arrayNicolas Schodet
2019-10-06ucoolib/intf: fix for signed charNicolas Schodet
2019-10-06build: add target specific configurationNicolas Schodet
2019-10-06build: unify TARGET_* definesNicolas Schodet