summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07ucoo/hal/usb: add configuration item to select OTG HS driverNicolas Schodet
2019-10-07Use new rcc_periph_clock_{enable,disable}Nicolas Schodet
2019-10-07Update to new libopencm3 versionNicolas Schodet
2019-10-07Fix printf on 64 bit hostNicolas Schodet
2019-10-07ucoo/arch/host/mex: fix C++11 warningNicolas Schodet
2019-10-07Use C++11 feature to implement lengthofNicolas Schodet
2019-10-07Add comment to run testNicolas Schodet
2019-10-07Rename ucoolib modules directory from ucoolib to ucooNicolas Schodet
2019-10-07Change license to MIT LicenseNicolas Schodet
2019-10-07Update libopencm3Nicolas Schodet
2019-10-07build: compute CRC32 when building a .binNicolas Schodet
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-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