summaryrefslogtreecommitdiff
path: root/ucoo
AgeCommit message (Expand)Author
2019-10-09ucoo/hal/self_programming: program flash 8 by 8 bits on STM32F4HEADmasterNicolas Schodet
2019-10-09ucoo/arch: add configuration item for supply rangeNicolas Schodet
2019-10-09ucoo/{intf, hal/frame_buffer}: add a way to wait until reload is doneNicolas Schodet
2019-10-09ucoo/hal/frame_buffer: add DSI video mode supportNicolas Schodet
2019-10-09ucoo/arch: add HSE frequency variableNicolas Schodet
2019-10-09ucoo/hal/timer: add complementary output supportNicolas Schodet
2019-10-09ucoo/utils: add trace dump without debugerNicolas Schodet
2019-10-09ucoo/hal/frame_buffer: add refresh without waiting HSYNCNicolas Schodet
2019-10-09ucoo/{intf, hal/frame_buffer}: add on method in frame_buffer interfaceNicolas Schodet
2019-10-09ucoo/{intf, hal/i2c}: add send/recv with restartNicolas Schodet
2019-10-09ucoo/utils: add RateLimit::resetNicolas Schodet
2019-10-09ucoo/hal/frame_buffer: enable tearing effect protectionNicolas Schodet
2019-10-09ucoo/hal/frame_buffer: add LTDC, DSI & DMA2DNicolas Schodet
2019-10-09ucoo/hal/frame_buffer: add host SDL frame bufferNicolas Schodet
2019-10-09ucoo/intf: frame buffer interfaceNicolas Schodet
2019-10-09ucoo/hal/usb: fix on OTG HSNicolas Schodet
2019-10-09ucoo/arch/ld: add F439 & F479 scripts, add more configuration optionsNicolas Schodet
2019-10-09ucoo: add support for STM32F4[67]9Nicolas Schodet
2019-10-09ucoo/arch/rcc: read back register to make a delayNicolas Schodet
2019-10-09Switch to CMSISNicolas Schodet
2019-10-07ucoo/hal/usb: workaround for F479Nicolas Schodet
2019-10-07ucoo/hal/sdram: work around STM32F429 bug, enable FIFONicolas Schodet
2019-10-07ucoo/base/fs/romfs: add --search-path option for mkromfsNicolas Schodet
2019-10-07ucoo/base/fs/romfs: add --not-static optionNicolas Schodet
2019-10-07ucoo/base/test: add configuration for vendor and product nameNicolas Schodet
2019-10-07ucoo/hal/timer: add timer 5Nicolas Schodet
2019-10-07ucoo/hal/timer: clear interrupt flagNicolas Schodet
2019-10-07ucoo/hal/self_programming: add function to query erase sizeNicolas Schodet
2019-10-07ucoo/dev/lcd/test: remove duplicated moduleNicolas Schodet
2019-10-07ucoo/hal/usb: add enable and disable functionsNicolas Schodet
2019-10-07ucoo/hal/usb: default to CDC ACM classNicolas Schodet
2019-10-07ucoo/hal/usb: set unused field to 1 to make OS X happyNicolas Schodet
2019-10-07ucoo/hal/usb: handle CDC ACMNicolas Schodet
2019-10-07ucoo/math: add quaternion multiplicationNicolas Schodet
2019-10-07ucoo/math: add quaternion to yaw, pitch, roll conversionNicolas Schodet
2019-10-07ucoo/hal/self_programming: fix second bank erase on STM32F4Nicolas Schodet
2019-10-07ucoo/hal/timer: enable/disable update interruptNicolas Schodet
2019-10-07ucoo/hal/self_programming: add STM32F1 supportNicolas Schodet
2019-10-07ucoo/hal/uart: add event handlerNicolas Schodet
2019-10-07ucoo/hal/i2c: add software implementationNicolas Schodet
2019-10-07ucoo/hal/timer: add TIM10 & TIM11Nicolas Schodet
2019-10-07ucoo/hal/gpio: add AF and analog setting on STM32F4Nicolas Schodet
2019-10-07lib/libopencm3, ucoo/hal/sdram: update libopencm3Nicolas Schodet
2019-10-07ucoo/hal/self_programming: add flash self programming moduleNicolas Schodet
2019-10-07ucoo/utils/fifo: add poll, read_peek, dropNicolas Schodet
2019-10-07ucoo/utils/fifo: ensure there is room for size elementsNicolas Schodet
2019-10-07ucoo/math: add quaternion for vector rotationNicolas Schodet
2019-10-07ucoo/base/fs/romfs: add ROM FSNicolas Schodet
2019-10-07ucoo/utils: add Pool allocatorNicolas Schodet
2019-10-07ucoo/{intf,arch}: add file system interfaceNicolas Schodet