- Sep 13, 2017
-
-
David Sidrane authored
-
David Sidrane authored
Injecting data errors would cause the driver to continually reenter the isr with BERR an RxNE. This fix allows the error to be cleared and propagated to the waiting task.
-
David Sidrane authored
Injecting data errors would cause the driver to continually reenter the isr with BERR an RxNE. This fix allows the error to be cleared and propagated to the waiting task.
-
- Sep 12, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard.
-
Gregory Nutt authored
Rename CONFIG_VIDEO_DEVICES to CONFIG_DRIVERS_VIDEO to conform better to the evolving configuration naming standard.
-
Gregory Nutt authored
sim/configs/fb: Add a configuration for non-graphical testing of the frambuffer character driver using apps/example/fb drivers/video/fb.c and include/nuttx/video.fb.h: Some improvements and fixes from early testing sith the sim/fb cnofiguration.
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
latest updates on lc823450 * arch/arm/src/lc823450: Conform to the NuttX coding style Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * arch/arm/src/lc823450: Merge the latest fix in lc823450_rtc.c Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * arch/arm/src/lc823450: Add ADC driver Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * arch/arm/src/lc823450: Add watchdog driver Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * configs/lc823450-xgevk: Enable ADC and watchdog driver Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Sep 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/video/fb.c: Add support for LCD drivers that use a simulated framebuffer and must receive explicit notification when there is an update to a region in the framebuffer.
-
Gregory Nutt authored
drivers/video/fb.c: Framebuffer driver is code complete but as of yet untested. drivers/video/fb.c: Add framebuffer character device. This is basically only the framework for the driver; a lot of logic is still missing.
-
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.
-