- May 05, 2016
-
-
ziggurat29 authored
when setting an alarm, ensure that the respective alarm triggered flag is reset, because the alarms are edge-triggered interrupts
-
ziggurat29 authored
fix nasty bug in ISR handler, where interrupt was not properly acknowleged (write to CR instead of ISR, as intended). Also, minor, set the LSI prescaler values more appropriately (though not critical since LSI is so low precision anyway).
-
ziggurat29 authored
correct the RTC_ALRMR_ENABLE value, it needs to ignore the date/dow component since that is not set. Also, the prescaler value for HSE (which presumes 1 MHz, anyway) had transposed digits.
-
ziggurat29 authored
-
ziggurat29 authored
-
- May 03, 2016
-
-
ziggurat29 authored
-
- May 01, 2016
-
-
ziggurat29 authored
-
- 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
-