- Aug 01, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Titus von Boxberg authored
NX PR Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Gregory Nutt authored
-
Gregory Nutt authored
stm32f746g-disco: Make the initialization logic identical to the standard way that is done for all other board.
-
Ivan Ucherdzhiev authored
-
Sebastien Lorquet authored
-
Gregory Nutt authored
STM32F7: Fix for coding standard violations that came in with cd3ca114 -- missed a file last time
-
Gregory Nutt authored
STM32F7: Fix for coding standard violations that came in with cd3ca114
-
Gregory Nutt authored
IoT Board/Spirit: Fix a few issues that interfered with testing. Move console to the VCOM port (USART) for all configurations. Rename the spirit-mac configuration to spirit-6lowpan. Add lots of debug output the spirit network driver.
-
Titus von Boxberg authored
Bug fixes for STM32F769 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Jul 31, 2017
-
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
STM32_RCC_DCKCFGR2 has nothing to do with PLLI2S; PLLI2S is not dependent on LTDC, instead on SAICLK1/2 generated from PLLI2S
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Titus von Boxberg authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Jussi Kivilinna authored
network: Move USRSOCK specific code from from inet_sockif to usrsock_sockif: Add file missed in last commit
-
Jussi Kivilinna authored
-
Gregory Nutt authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Juha Niskanen (Haltian) authored
STM32L4 PWR: correct PWR_SR2 REGLPS and REGLPF bits, add port I registers. Also remove duplicate section from Kconfig
-
Gregory Nutt authored
-
Gregory Nutt authored
commit f97da3a546f9d6e1b858cfc45538a06b62396034 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sun Jul 30 19:09:46 2017 -0600 Network: Condition out some types that depend on definitions that are only available with 6LoWPAN is enabled. commit 312e9dc1195527100e12bf6be8b629f5b29be1f6 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sun Jul 30 18:57:23 2017 -0600 6LoWPAN: Fix case where source and destination IP address were backward. Fix some compile issues when star topology support is enabled. commit 3b0e71c5807194fbb006d0560bb2c98133055ba3 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sun Jul 30 16:01:48 2017 -0600 6LoWPAN PktRadio: Finishes up all logic; Lots of misc changes from build testing. commit cc118f8cb335e1c48354fd7112e20be57de50b68 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sun Jul 30 12:41:18 2017 -0600 6LoWPAN: Remove explicate type struct ieee802154_frame_meta_s from derive interface methods. Replace with a opaque void * type s...
-
- Jul 30, 2017
-
-
Jeff authored
To use an external oscillator module (not just a crystal) with the STM32F4, one needs to enable the HSEBYP bit in the RCC_CR register. This change allows an integrator to define STM32_RCC_CR_HSEBYP in their board.h file if they want this configuration.
-
- Jul 29, 2017
-
-
Gregory Nutt authored
commit 7029dffd02156bcbfa84262671c2ca766a117191 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sat Jul 29 12:02:13 2017 -0600 6LoWPAN PktRadio: Add missing MetaData-related prototypes and initialization logic. Perform a major renaming to make room in the 6LoWPAN name space for packet radios. commit e2012f7c1df14155c0bfd45d7f1cb3f71b259f48 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sat Jul 29 10:16:23 2017 -0600 6LoWPAN PktRadio: Some initial changes to support raw packet radios without IEEE 802.15.4 with 6LoWPAN. commit c6dbf9178539b7da75e492ffd1d1f93c9c326299 Merge: da782d6cdf 5889ce65 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sat Jul 29 07:30:08 2017 -0600 Merge remote-tracking branch 'origin/master' into spirit commit da782d6cdff5980d71aaa2da5f9c28ab3438d085 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sat Jul 29 07:26:48 2017 -0600 Spirit: Completes port of the spirit radio library to NuttX. commit 63f3595c47dca13952d28b518c7f0a...
-