- Sep 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 10, 2017
-
-
Mateusz Szafoni authored
Master * smps.c: fix error messages * stm32f33xxx_hrtim.h: fix definition * stm32_hrtim: fix pclk calculation * stm32_hrtim.c: cosmetics * smps.h: cosmetics * add upper-half driver for high power LED driver (powerled) * stm32f334-disco: beginning of lower half driver for high power LED (powerled) Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
:Remove CONFIG_NET_6LOWPAN_FRAMELEN. In this case where multiple radios are support3d, this may not be a constant. 6LoWPAN now always queries the driver to get the maximum frame length.
-
Gregory Nutt authored
6LoWPAN: Remove the option to disable fragmentation support. Two reasons: (1) First fragementation is always required becaues IPv6 requires an MTU of 1280 bytes. The is no application use case that can work without fragmentation support. And (2) it greatly reduces the complexity of the code.
-
Gregory Nutt authored
6LoWPAN/Radio: Rename radio property sp_pktlen to sp_framelen. Add 6LoWPAN utility to get the max frame length (not yet hooked in)
-
- Sep 09, 2017
-
-
Gregory Nutt authored
-
- Sep 08, 2017
-
-
Gregory Nutt authored
6LoWPAN: I believe, based on RFC review, that with the last multicast change, the NuttX 6LoWPAN is now compliant with RFC 6282.
-
Gregory Nutt authored
Update/fix last commit: On some STM32's, the CSR regiser is 18 vs. 16 bits wide. Need to use 32-bit register accesses.
-
Oleg Evseev authored
-
Gregory Nutt authored
-
Gregory Nutt authored
sem_open() should return SEM_FAILED on any failures. This is change change in the POSIX specification since the original sem_open() was written so many years ago.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 07, 2017
-
-
Gregory Nutt authored
-
- Sep 06, 2017
-
-
Juha Niskanen authored
STM32L4: ADC, Kconfig small changes * STM32L4 ADC: port analog watchdog ioctls from the Motorola MDK * STM32L4: Kconfig: add some L486 and L496 chips, remove duplicates Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 05, 2017
-
-
Gregory Nutt authored
-
- Sep 04, 2017
-
-
Boris Astardzhiev authored
waitpid(): Corrects two problems when CONFIG_SCHED_HAVE_PARENT+CONFIG_SCHED_CHILD_STATUS are enabled: (1) Was erroring out if the waited for task had already exited, and (2) was not freeing resources when a wait was completed.
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
- Sep 03, 2017
-
-
Mateusz Szafoni authored
Master * stm32f33xxx_hrtim.h: add some comments * stm32_hrtim: add burst mode configuration, rename some definitions * smps.h: add private data to the smps_s structure * stm32_hrtim: cosmetics Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
Kinetis: First cut implementation of the alarm read function. Pretty simple because the Kinetis RTC is just a 1Hz counter.
-
Gregory Nutt authored
-
Gregory Nutt authored
Correct naming of fields in struct alm_rdalarm_s. Should not be the same as the corresponding fields of struct alm_setalarm_s. The whole purpose of that naming convention is to keep the field names unique.
-
Gregory Nutt authored
Add hooks for Boris Astardzhiev's RTC change for STM32L4 to Kinetis. Lower level logic not yet implemented.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Boris Astardzhiev authored
Extend the RTC framework with an alarm read ioctl (RTC_RD_ALARM). Through it consumer could get configuration settings about previously scheduled hardware alarms (active status, hours, minutes, seconds).
-
- Sep 02, 2017
-
-
Mateusz Szafoni authored
Master * stm32_dac.c: fix compilation when DMA disabled for channel * smps.h: update some comments * smps.c: more sanity checks Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
networking: IGMP: Remove special support for interrupt level processing (there is none) and fix some timer cancellation logic. In many files, correct comments. There is no interrupt level processing in the networking layer.
-
- Sep 01, 2017
-
-
Gregory Nutt authored
-
Jussi Kivilinna authored
stm32f7: do not enable read-modify-write on DTCM. "AN 4667 - STM32F7 Series system architecture and performance" recommends to disable read-modify-write on DTCM: "If the DTCM-RAM is used as data location and the variables used are byte or/and halfword types, since there is no ECC management in this RAM on the STM32F7 Series, it is recommended to disable the read-modify-write of the DTCM-RAM in the DTCM interface (inthe DTCMCR register) to increase the performance."
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Gregory Nutt authored
-
Juha Niskanen authored
Some STM32L4 DAC changes Approved-by: Gregory Nutt <gnutt@nuttx.org>
-