- 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.
-
Gregory Nutt authored
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' directory and build.
-
Gregory Nutt authored
-
- Nov 21, 2015
-
-
Gregory Nutt authored
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
-
- Nov 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ken Pettit authored
-
- Nov 19, 2015
-
-
Ken Pettit authored
drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector. Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing. From Ken Petit
-
- Nov 18, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ken Pettit authored
-
Ken Pettit authored
-
- Nov 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 16, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 14, 2015
-
-
Gregory Nutt authored
-
- Nov 12, 2015
-
-
Max Neklyudov authored
-
Gregory Nutt authored
drivers/mtd/mtd_progmem.c: Add an upper-half driver that can be used with any FLASH library that provides the itnerfaces defined in include/nuttx/progmem.h
-
Gregory Nutt authored
-
- Nov 09, 2015
-
-
Gregory Nutt authored
-
- Nov 07, 2015
-
-
Gregory Nutt authored
-
- Nov 06, 2015
-
-
Gregory Nutt authored
-
- Nov 03, 2015
-
-
Gregory Nutt authored
CAN: Add a new CAN upper-half interface, can_txready(), that can be used to break deadlock conditions in certain CAN hardware that supports queuing of TX messages
-
Lok authored
-
- Nov 01, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 22, 2015
-
-
Gregory Nutt authored
-