- Dec 22, 2015
-
-
Gregory Nutt authored
waitpid: CRITICAL BUGFIX. Add a reference counting mechansim to prevent wait from using stale memory that was freed by the exiting task
-
- Dec 15, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Adds a driver for the PCA9635PW I2C LED driver IC which can be used to control the intensity of up to 16 LEDs. From Alexander Entinger
-
- Dec 14, 2015
-
-
Gregory Nutt authored
-
- Dec 12, 2015
-
-
Gregory Nutt authored
OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 10, 2015
-
-
Gregory Nutt authored
binfmt/libmodule: Add support for kernel modules. Initial commit is just the ELF module support with name changes
-
Gregory Nutt authored
-
- Dec 08, 2015
-
-
Gregory Nutt authored
-
- Dec 07, 2015
-
-
Gregory Nutt authored
drivers/net/telnet.c: Now works like the loop device. A new interface called telnet_initialize() registers a telnet session "factory" device at /dev/telnet. Via ioctl, the factory device can create instances of the telnet character devices at /dev/telnetN to support Telnet sessions.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 06, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 05, 2015
-
-
Gregory Nutt authored
-
- Dec 04, 2015
-
-
Gregory Nutt authored
-
- Dec 03, 2015
-
-
Gregory Nutt authored
-
- Dec 02, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 01, 2015
-
-
Gregory Nutt authored
s/procfs: The procfs file system can now be configured so that it supports a runtime registration of procfs entries with CONFIG_FS_PROCFS_REGISTER=y
-
Gregory Nutt authored
Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general.
-
- Nov 30, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 28, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
sched/pthread/: CRITICAL BUGFIX: Logic was wiping out the indication that of the type of a pthread. Hence, it could be confused as a task. Found because this was causing a crash when /proc/nnn/cmdline was printed.
-
Ken Pettit authored
-
- Nov 27, 2015
-
-
Gregory Nutt authored
-
- Nov 26, 2015
-
-
Gregory Nutt authored
include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics.
-
- Nov 25, 2015
-
-
Gregory Nutt authored
-
Ken Pettit authored
drivers/mtd/mtd/mtd_procfs/c and include/nuttx/mtd/mtd.h: Add an interface to un-regiser an MTD procfs entry. drivers/mtd/filemtd.c: New new MTD conversion layer that will convert a regular file (or driver file) to an MTD device. This is useful for testing on the simulation using the hostfs. From Ken Petit
-
Marco Krahl authored
drivers/lcd/ili9432.c: Fixed errors in orientation. Portrait, RPortrait, and RLandscript should work correly now. They were displayed mirrored. From Marco Krahl
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ken Pettit authored
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
-
- Nov 23, 2015
-
-
Gregory Nutt authored
size_t should be 64-bits on a 64-bit machine. mmsize_t should be 32-bits (unless CONFIG_MM_SMALL is selected). This commit backs out the last change to stddef.h
-
- Nov 22, 2015
-
-
Gregory Nutt authored
Revert "Add option to specify logical sector size during low level format plus adds some run-time geometry tests. fs/smartfs: Remove the 'mksmartfs()' code from the kernel 'fs'" This reverts commit 96faf0fa3251ca10a17daddc728d931be5a206e0.
-