summaryrefslogtreecommitdiff
path: root/ucoolib
AgeCommit message (Expand)Author
2019-10-07ucoolib/utils/crc: add CRC32Nicolas Schodet
2019-10-07ucoolib/dev/xmodem: add simple xmodem receiverNicolas Schodet
2019-10-07ucoolib/dev/usdist: add resolution parameterNicolas Schodet
2019-10-07ucoolib/hal/gpio: add pull-up, pull-down and speed settingNicolas Schodet
2019-10-07ucoolib/dev/usdist: add US distance sensor supportNicolas Schodet
2019-10-07ucoolib/hal/gpio: add don't care host GPIONicolas Schodet
2019-10-07ucoolib/intf: fix adc classNicolas Schodet
2019-10-07ucoolib: add ADC driverNicolas Schodet
2019-10-07Update libopencm3Nicolas 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