- Apr 30, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
support for HSE and MSI clock sources; prelude to USB
-
Gregory Nutt authored
booboo in config sanity check; wasn't preventing insanity
-
ziggurat29 authored
-
- Apr 29, 2016
-
-
ziggurat29 authored
-
Gregory Nutt authored
-
- Apr 28, 2016
-
-
ziggurat29 authored
-
Gregory Nutt authored
-
Gregory Nutt authored
stm32l4-disco boardctls for qspi memmap; bugs found along the way
-
Gregory Nutt authored
-
ziggurat29 authored
-
ziggurat29 authored
add board ioctls for allowing user application to cause qspi memory mapped mode to be engaged and disengaged. Also partitioned qspi flash for filesystem and other purposes (eventually xip).
-
ziggurat29 authored
-
ziggurat29 authored
bug in smart.c; return code of smart_scan not checked, can cause success result in failure case, leading to 'dev' pointer being invalid.
-
- Apr 27, 2016
-
-
ziggurat29 authored
-
-
David Sidrane authored
-
Gregory Nutt authored
add configuration options to allow SRAM2 to be used for heap, or not at all, and to zero-init it on OS start, or not at all.
-
- Apr 26, 2016
-
-
ziggurat29 authored
add configuration options to allow SRAM2 to be used for heap, or not at all, and to zero-init it on OS start, or not at all.
-
- Apr 25, 2016
-
-
ziggurat29 authored
-
ziggurat29 authored
-
- Apr 24, 2016
-
-
Gregory Nutt authored
QSPI DMA support in STM32L4, and DMA fixes...
-
Gregory Nutt authored
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
fixed missing DMA peripheral selection and some header defines, updated various comments to be accurate
-
- Apr 23, 2016
-
-
Gregory Nutt authored
-
ziggurat29 authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
-
ziggurat29 authored
-
ziggurat29 authored
-
Gregory Nutt authored
-
Gregory Nutt authored
add QSPI memory mapped mode support. tested. QSPI may enter and exit memory mapped mode; while in effect, other operations (e.g. command, memory) will fail with -EBUSY.
-
Gregory Nutt authored
-
ziggurat29 authored
-
Gregory Nutt authored
-
ziggurat29 authored
add QSPI memory mapped mode support. tested. QSPI may enter and exit memory mapped mode; while in effect, other operations (e.g. command, memory) will fail with -EBUSY.
-
Gregory Nutt authored
VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates
-