- Jun 28, 2016
-
-
David Sidrane 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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove configs/stm32f746g-disco/netnsh. It does not build. Probably a corrupted, hand-editted defconfig file.
-
Gregory Nutt authored
STM32 CAN: Clone missing stm32_enterinitmode() and _exitinitmode() from STM32L4. Don't know if this is write but is needed to compile.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
efm32, lcp43, stm32, stm32l4: disable interrupts with NVIC_IRQ_CLEAR
-
Paul A. Patience authored
-
Gregory Nutt authored
This change fixes a build problem that only occurs when reconfiguring from Linux to Windows or vice-versa. It is a problem that was present but not usually experienced until two things happened: (1) The pre_config target was added to run before the menconfig operation and (2) the context target was added before the pre_config target in order to set up the correct symbolic links (in the apps/platform directory) needed by the pre_config target. But then now if you start with a Linux system and run 'make menuconfig' to switch to Linux, the context target will execute first and set up POSIX style symbolic links before doing the menuconfig. Then after the menuconfig, the make will fail on Windows if you are using a Windows native toolchain because that native toolchain cannot follow the Cygwin-style symbolic links. The first here is to also execute the clean_context AFTER executing menuconfig. A lot more happens now: It used to be that doing 'make menuconfig' only did the menuconfig operation. No it doe...
-
Gregory Nutt authored
-
Gregory Nutt authored
Upstream_nucleo 144
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
sched/semaphore: Fix setting EINVAL in sem_post() and sem_wait()
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Upstream_nucleo 144
-
Michael Spahlinger authored
Fixed build of SAMV71-XULT/nsh. With the changes from 26f7b8c9 the build process of the default configuration did not succeed anymore. This is fixed by this commit.
-
Paul A. Patience authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
- Jun 27, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32 CAN: More fixes for compilation errors due to blind leverage of STM32L4 CAN filter IOCTLs to STM32
-
Gregory Nutt authored
Upstream_nucleo 144
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Upstream_nucleo 144
-
David Sidrane authored
-
David Sidrane authored
-