- May 30, 2014
-
-
Gregory Nutt authored
snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen
-
- May 27, 2014
-
-
Gregory Nutt authored
STM32 RTC: Add retry to initialization logic. Sometime RTC initialization takes longer. From dlsitzer.
-
- May 26, 2014
-
-
Gregory Nutt authored
-
- May 25, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 23, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 22, 2014
-
-
Gregory Nutt authored
-
- May 21, 2014
-
-
Gregory Nutt authored
-
- May 20, 2014
-
-
Gregory Nutt authored
Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 15, 2014
-
-
Gregory Nutt authored
-
- May 14, 2014
-
-
Gregory Nutt authored
-
- May 13, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 12, 2014
-
-
Gregory Nutt authored
-
- May 10, 2014
-
-
Gregory Nutt authored
STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with rogue perpipherals. Taken from the PX4 commit by Tridge
-
- May 09, 2014
-
-
Gregory Nutt authored
Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed.
-
- May 08, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
-
Gregory Nutt authored
-
- May 07, 2014
-
-
Gregory Nutt authored
-
- May 06, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI oscillator for the PLL include clock
-
Gregory Nutt authored
-
- May 05, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new timer features. From Bob Doiron
-
Gregory Nutt authored
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
-
- Apr 30, 2014
-
-
Gregory Nutt authored
If the CPU load measurements are being driven by an external clock, then the prototype for sched_process_cpuload() must be available in include/nuttx/arch.h
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 29, 2014
-
-
Gregory Nutt authored
-
- Apr 28, 2014
-
-
Gregory Nutt authored
Updated changelogs and release notes in preparation for the 7.2 release. Still need to do a little more before the release
-
Gregory Nutt authored
STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26
-
- Apr 25, 2014
-
-
Gregory Nutt authored
Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if CONFIG_ARCH_IRQPRIO is not defined
-
Gregory Nutt authored
-
Gregory Nutt authored
-