- Jul 01, 2016
-
-
Gregory Nutt authored
Add support for the NXP Freedom-K64F board. This is primarily the work of Jordan Macintyre. I leveraged this code from https://github.com/jmacintyre/nuttx-k64f
-
Gregory Nutt authored
arch/arm/kinetis: Completes moving register header files to kinetis/chip directory with all K64 changes.
-
Gregory Nutt authored
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
-
Gregory Nutt authored
-
Gregory Nutt authored
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
-
Gregory Nutt authored
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
-
Gregory Nutt authored
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
-
Gregory Nutt authored
arch/arm/src/kinetis: Add basic support for the K64 family. Still moving register definition files to the kinetis/chip subdirectory.
-
Gregory Nutt authored
arch/arm/src/kinetis: Create a chip sub-directory as with other architectures. Start moving some headers... a lot more still be be moved.
-
- Jun 30, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Several MTD FLASH drivers nullify the freed 'priv' structure and failed to return NULL as stated in the comments. Result, will operate on a NULL pointer later. Noted by David Sidrane.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
Here is a missing register def for STM32L4 after support for dual RX. Thanks to Paul for porting the CAN improvements to both STM32 targets.
-
Gregory Nutt authored
-
- Jun 29, 2016
-
-
Gregory Nutt authored
stm32_can
-
Paul A. Patience authored
Shifting 1 by 31 is undefined behaviour because 1 is signed. We should probably use 1ul instead of 1 everywhere else, but for now this silences a compiler warning.
-
Paul A. Patience authored
-
Gregory Nutt authored
Add logic to support custom board directories that include a Kconfig file. During the context phase of the build, any Kconfig file in the custom board directory is copied into configs/dummy, replacing the existing Kconfig file with the target Kconfig file.
-
Michael Spahlinger authored
- Bugfix: stdfilters didn't work because the filter was never enabled (wrong number of bits to shift) - Bugfix: Filters were never used because the configuration register cannot be written without using the initialization mode Both bugs are fixed by this patch. Filtering has been tested with both standard and extended identifiers and is now working properly.
-
Gregory Nutt authored
-
Gregory Nutt authored
Upstream_nucleo 144
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
- Jun 28, 2016
-
-
Gregory Nutt authored
Upstream_nucleo 144
-
Gregory Nutt authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STMF7xxx RTC
-
David Sidrane authored
Remove proxy #defines Ensure the LSE(ON) etal are set and remembered in a) A cold start (RTC_MAGIC invalid) of the RTC b) A warm start (RTC_MAGIC valid) of the RTC but a clock change. The change was needed because in bench testing a merge of the latest's STM32 53ec3ca1 (and friends) it became apparent that the Sequence of operation is wrong in the reset of the Backup Domain in the RCC code. PWR is required before the Backup Domain can be futzed with. !!!This Code should be tested on STM32 and if needed rippled to the STM32 families
-
Gregory Nutt authored
-