- Jan 27, 2017
-
-
Gregory Nutt authored
Back out use on inline functions to access 16-bit registers. The inline functions were a work-around for misbehaving compiler years and years ago. The mon standard macro-ized version should work just fine.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 26, 2017
-
-
Alan Carvalho de Assis authored
-
Alan Carvalho de Assis authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
- Jan 25, 2017
-
-
Gregory Nutt authored
isfinite(x) error
-
Aleksandr Vyhovanec authored
-
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
-