- May 29, 2016
-
-
ziggurat29 authored
fleshed out rest of fileops interface; read now takes into consideration current file position (so the display can be read in multiple operations, and indiate EOF correctly), seek (really just to facilitate rewind), and unlink (to facilitate dropping from system at runtime).
-
ziggurat29 authored
correct logic hazard in latch and load nybble; was transitioning control lines at the same time as enable, causing spurious behaviour on less-tolerant displays improve timing parameters in init sequences for better display compatibility correct (row,col) -> address calculation; affects 4-line displays update comments in header and readme
-
- May 26, 2016
-
-
ziggurat29 authored
-
Gregory Nutt authored
libuavcan: Forgot to change define
-
Gregory Nutt authored
FS: Add logic to detach a file structure from a file descriptor. This is for use only within the OS. It permits an open file or driver to be used across multiple threads.
-
Paul A. Patience authored
-
Gregory Nutt authored
-
Gregory Nutt authored
lcd/Kconfig, Make.defs: Remove dependency of CONFIG_LCD_NXDRIVER for building non-graphic, SLCD drivers.
-
ziggurat29 authored
-
Gregory Nutt authored
-
- May 25, 2016
-
-
Gregory Nutt authored
get I2C working for STM32L4
-
Gregory Nutt authored
1-wire: Initialization/uninitialization functions are not use MCU-independent up_ naming. Should use STM32-specific stm32_ naming. These are not globally accessible but only accessible from STM32 board logic.
-
ziggurat29 authored
get I2C working. some more work regarding clocking computation is needed, as is some inhertited 'todo's from the basis code. but it does work with the devices tested so far.
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32 CAN: Add support for both RX FIFOs
-
Paul A. Patience authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
Additional configuration option to enable SST26 driver debug output. Using comming FS debug output generates too much output.
-
ziggurat29 authored
-
Gregory Nutt authored
-
Gregory Nutt authored
complete logic in 'create stack' and 'use stack' to support stack coloration. Fix some booboos breaking compatibility with TLS in libc.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
ziggurat29 authored
-
ziggurat29 authored
altered pin defs for I2C pins; these needed to be specified as open-drain (otherwise they are push-pull)
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
ziggurat29 authored
complete logic in 'create stack' and 'use stack' to support stack coloration. Fix some booboos breaking compatibility with TLS in libc.
-
ziggurat29 authored
-
Aleksandr Vyhovanec authored
-
Aleksandr Vyhovanec authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
ziggurat29 authored
-
Gregory Nutt authored
Update Nucleo F303RE and STM32F4Discovery uavcan configurations
-