- Jan 25, 2017
-
-
Aleksandr Vyhovanec authored
-
- Jan 24, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 23, 2017
-
-
Gregory Nutt authored
Add missing STM32_BKP_BASE
-
David Sidrane authored
-
Gregory Nutt authored
Added missing ARCH_HAVE_RESET for F7
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SMP: Fix timer related issues: Round robin and sporadic scheduling were only being performed for tasks running on the CPU that processes the system timer interrupt. Similary, CPU load measurements were only be processed for running on the CPU that receives the sampling interrupt.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 22, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Shared Libraries: In the FLAT build mode, kernel modules may be used to provide minimal shared library functionality.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-