- Jan 30, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Typos withim mtd/ with Macronix MX25L. In NuttX/drivers/mtd/Make.defs letters X between M and 25 are missing. Noted by Oleg Evseev.
-
- Jan 29, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Module names are not needed in libc/modlib when the module library is used only for shared library support.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Move gnu-elf.ld from sched/module to libc/modlib. Update paths in Make.defs files to account for new location of file
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 28, 2017
-
-
Gregory Nutt authored
Syscalls: Remove modsym() syscall. There is no reason why appication code could ever use symbolic information from a symbol within a kernel module. The modsym() interface is only meaningful within the kernel.
-
Gregory Nutt authored
Olimex STM32 P407: Add support for on-board microSD slot. Does not work... Currently all commands to the SD card timeout.
-
- 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
-