summaryrefslogtreecommitdiff
path: root/ucoolib
AgeCommit message (Expand)Author
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-06ucoolib: add lengthof, to measure an arrayNicolas Schodet
2019-10-06ucoolib/intf: fix for signed charNicolas Schodet
2019-10-06build: unify TARGET_* definesNicolas Schodet
2019-10-06ucoolib/arch: make halt() a little bit more verboseNicolas Schodet
2019-10-06ucoolib/arch/host/mex: add mex moduleNicolas Schodet
2019-10-06ucoolib/hal/usb/test: remove useless powerNicolas Schodet
2019-10-06ucoolib/hal/usb: uncomment assertsNicolas Schodet
2019-10-06Add assert functionNicolas Schodet
2019-10-06ucoolib/arch: add arch_initNicolas Schodet
2019-10-06ucoolib/arch: add newlib syscallsNicolas Schodet
2019-10-06ucoolib/hal/usb: add UsbStreamNicolas Schodet
2019-10-06ucoolib/intf: add Stream::pollNicolas Schodet
2019-10-06ucoolib/intf: default to blocking StreamNicolas Schodet
2019-10-06ucoolib/intf: move constructor as protectedNicolas Schodet
2019-10-06ucoolib/hal/uart: add module skeletonNicolas Schodet
2019-10-06ucoolib: add common headerNicolas Schodet
2019-10-06ucoolib/intf: add stream interfaceNicolas Schodet
2019-10-06ucoolib/arch: define light __cxa_pure_virtualNicolas Schodet
2019-10-06Add ucoolib build system and basic arch moduleNicolas Schodet