- May 11, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
tools/mkconfig.c: Go further... remove all autogenerated sanity checks from the config.h header file
-
Gregory Nutt authored
Remove CONFIG_FS_READABLE/WRITABLE logic from tools/mkconfig.c. This logic has been replaced with proper logic in the Kconfig files, it is out of date and an ongoing maintenance problem, and it shoulw not be necessary.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Frank Benkert authored
-
Sebastien Lorquet authored
Allows the use of tmpfs when no block driver is available. This is correctly done to define NONBDFS but below the structure is not where it should be.
-
- May 10, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-
- May 08, 2016
-
-
Gregory Nutt authored
Fix a bug of GPIO falling-edge interrupt for tiva
-
Gregory Nutt authored
userleds: Don't select ARCH_LEDS with BOARD_CUSTOM_LEDS, otherwise we can't use the board_userled* functions
-
Gregory Nutt authored
-
Gregory Nutt authored
Stm32l4_update_rtc_impl
-
Young authored
-
- May 07, 2016
-
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
use INITS flag to avoid magic reg value to detect power up reset state of rtc correct a problem clearing interrupt flags (they weren't) which prevented an alarm from ever being used more than once per reset cycle
-
- May 06, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Stefan Kolb authored
Fix a copy and paste error concerning the CAN driver. In the file sam_matrix.h the define SAM_MATRIX_CAN0_OFFSET is set to the wrong value. Error is only triggered if the global variable g_mcan0_msgram is located in RAM at an address beyond 0x20400000 + 0x0000ffff. In this case all send CAN messages have the length zero and the CAN-ID is zero as well.
-
- May 05, 2016
-
-
Gregory Nutt authored
Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems.
-
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).
-
Paul A. Patience authored
userleds: Don't select ARCH_LEDS with BOARD_CUSTOM_LEDS, otherwise we can't use the board_userled* functions
-
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
-
-
David Sidrane authored
-
Gregory Nutt authored
UAVCAN: Update version
-
Gregory Nutt authored
add unique id function to arch, modded board to support unique id boardctl
-
- May 03, 2016
-
-
Paul A. Patience authored
-
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
-