- Jan 22, 2017
-
-
rg authored
Fix a compile error: in sched_cpuload.c:Line136, the variables ts and secs are not defined if CONFIG_CPULOAD_ONESHOT_ENTROPY = 0. However, these variables are used regardless of CONFIG_CPULOAD_ONESHOT_ENTROPY at lines~180:onwards.
-
- Jan 21, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 20, 2017
-
-
Gregory Nutt authored
ARM memcpy(): Use DWord vs. HWord offset. ARM 32-bit instructions must be aligned to DWord boundaries and this gives us more range in the jump tables.
-
Gregory Nutt authored
Adding missing CONFIG_ prefix
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications.
-
Gregory Nutt authored
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 19, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 18, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAM3/4: Add support for ATSAM4S4C.
-
Gregory Nutt authored
-
Wolfgang Reißnegger authored
-
Gregory Nutt authored
STM32L4: Port fix for multiple oneshot timers from STM32. Also fixes a few issues with original STM32 implementation.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fixed some issues that prevented ipv6 to work with ipv4 enabled.
-
Pascal Speck authored
-
Pascal Speck authored
-
- Jan 17, 2017
-
-
Neil Hancock authored
-
Gregory Nutt authored
-
- Jan 16, 2017
-
-
Gregory Nutt authored
-
- Jan 15, 2017
-
-
Gregory Nutt authored
drivers/: Remove all explicit use of 'hidden' macro _info. Code must never use this directly. Code must always use a debug macro such as info which is basic on _info but can be appropriately filtered.
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
- Jan 14, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SMP Signals: Fix some SMP signal delivery logic. Was not handling some critical sections correctly and was missing logic to signal tasks running on other CPUs.
-