.. |
analog
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
audio
|
WM8904 interface enable method now returns the previous interrupt state
|
2014-08-04 14:52:59 -06:00 |
binfmt
|
Change naming of ELF interfaces from arch_ to up_ for consistency
|
2014-08-25 06:47:14 -06:00 |
crypto
|
Move crypto header files from include/crypto to include/nuttx/crypto
|
2014-07-03 18:35:08 -06:00 |
fs
|
The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configured to automatically mount the FAT file system on HSMCI0 at /mnt/sdcard
|
2014-07-29 16:36:15 -06:00 |
input
|
WM8904: Add header file support for this forcoming driver
|
2014-07-18 13:28:51 -06:00 |
lcd
|
SAM4E-EK: Add ILI9341-based LCD driver
|
2014-08-20 11:45:01 -06:00 |
mtd
|
mtd.h needs forward reference to struct spi_dev_s
|
2014-05-25 07:39:15 -06:00 |
net
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
nx
|
Costmetic: Update TODO list, README files, refreshed configuration, updated comments
|
2014-07-30 14:26:50 -06:00 |
power
|
…
|
|
sensors
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
sercomm
|
…
|
|
serial
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:00:33 -06:00 |
spi
|
Nucleo: Remove bogus MPU definitions
|
2014-04-25 08:52:50 -06:00 |
syslog
|
Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZE
|
2014-07-01 12:00:40 -06:00 |
usb
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
video
|
Fix typo RBG -> RGB in several macros
|
2014-05-12 13:00:48 -06:00 |
wireless
|
Cosmetic changes, mostly to comments
|
2014-07-29 12:49:40 -06:00 |
.gitignore
|
…
|
|
addrenv.h
|
Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes
|
2014-08-26 12:16:05 -06:00 |
arch.h
|
Add up_addrenv_coherent which will be called before address environment switches
|
2014-08-26 14:53:19 -06:00 |
ascii.h
|
…
|
|
can.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
clock.h
|
When reading the system timer, don't read a struct timespec, convert it to a fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this
|
2014-08-15 03:55:41 -06:00 |
compiler.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
configdata.h
|
Add missing include file. From Kosma
|
2014-08-20 06:34:34 -06:00 |
float.h
|
…
|
|
gran.h
|
include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator based on the existing NuttX granule allocator. I am not certain if the granule allocator is sufficiently deterministic for long range use, but it gets get a page allocator in place for testing very quickly.
|
2014-08-23 16:37:16 -06:00 |
i2c.h
|
maXTouch: Check for successful memory allocation was backward
|
2014-07-07 09:55:39 -06:00 |
init.h
|
…
|
|
irq.h
|
…
|
|
kmalloc.h
|
…
|
|
kthread.h
|
…
|
|
lib.h
|
…
|
|
math.h
|
Change double_t to double in rint. Add rintf and rintl while we are at it
|
2014-06-28 10:14:29 -06:00 |
mm.h
|
…
|
|
mmcsd.h
|
…
|
|
mqueue.h
|
…
|
|
page.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
pgalloc.h
|
Misc changed to get the SAMA5 ELF configuration with address environments working
|
2014-08-25 13:28:13 -06:00 |
poff.h
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
progmem.h
|
STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin
|
2014-08-28 09:11:20 -06:00 |
pthread.h
|
…
|
|
pwm.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
regex.h
|
…
|
|
rtc.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
rwbuffer.h
|
Addition rwbuffer interfaces should not be enabled unless they are needed; if rwbuffer support is enabled, it should not be unconditionally enabled in SMART and FTL
|
2014-07-11 16:19:17 -06:00 |
sched.h
|
ADDRENV: Use a group flag to determine if there is an address environment (instead of the thread type)
|
2014-08-27 09:37:28 -06:00 |
scsi.h
|
…
|
|
sdio.h
|
Nucleo F401RE: Remove PX4 cruft that can in with the port
|
2014-04-22 12:18:08 -06:00 |
spawn.h
|
…
|
|
stdarg.h
|
…
|
|
streams.h
|
Add seekable standard streams
|
2014-06-14 16:19:42 -06:00 |
time.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
timer.h
|
Timer driver updates from Bob Doiron
|
2014-05-05 14:40:19 -06:00 |
tree.h
|
Fix error in tree.h
|
2014-06-02 13:44:44 -06:00 |
userspace.h
|
…
|
|
vt100.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
watchdog.h
|
SAMA5 T/C: Can now handle non-constant BOARD_MCK_FREQUENCY. Also now supports methods to attach user interrupt handlers
|
2014-08-09 10:30:45 -06:00 |
wdog.h
|
Add support for statically allocated watchdog timer structures
|
2014-08-22 08:46:34 -06:00 |
wqueue.h
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |