Gregory Nutt
|
a7de34b88d
|
Update some configurations. Make sure that CONFIG_PIPES is set in configuratins that need it.
|
2016-07-20 14:21:49 -06:00 |
|
Gregory Nutt
|
600176bb9c
|
Freedom K64F: Refresh configurations
|
2016-07-20 14:21:06 -06:00 |
|
Gregory Nutt
|
8082404381
|
Update a README
|
2016-07-20 14:19:09 -06:00 |
|
Gregory Nutt
|
2a58264232
|
Merged in JordanMacIntyre/nuttx/driver-dev (pull request #103)
changed default nsh serial to UART0 (openSDA usb)
|
2016-07-20 14:13:55 -06:00 |
|
Gregory Nutt
|
129ddc2d44
|
Fix typo introduced into syscall logic
|
2016-07-20 13:55:31 -06:00 |
|
Gregory Nutt
|
ee9c66186c
|
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
|
2016-07-20 14:02:18 -06:00 |
|
Gregory Nutt
|
46dbbe837e
|
rwbuffer.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:54:38 -06:00 |
|
Gregory Nutt
|
1b9b3a7b47
|
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:48:24 -06:00 |
|
Gregory Nutt
|
ddcaa3d425
|
can.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:38:36 -06:00 |
|
Gregory Nutt
|
4b4dbc79a2
|
Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h
|
2016-07-20 13:15:37 -06:00 |
|
jmacintyre
|
69dca44ca6
|
changed default nsh serial to UART0 (openSDA usb)
|
2016-07-20 13:28:34 -05:00 |
|
Gregory Nutt
|
e73e82a923
|
Move prototypes of mkfifo2() from sys/stat.h and pipe2() from unistd.h. They are non-standard and should not be in such a public place. They are not in include/nuttx/fs/fs.h (which isn't a great place either).
|
2016-07-20 11:57:18 -06:00 |
|
Gregory Nutt
|
aa8a52aacd
|
Update TODO list and NSH documentation
|
2016-07-20 10:45:21 -06:00 |
|
Sagitta Li
|
e07bd757ba
|
STM32 F107: TIM8 not supported in F105/F107
|
2016-07-20 08:51:03 -06:00 |
|
Gregory Nutt
|
2cacc6204a
|
Kconfig: If Pseudo-terminals are enabled, then pipes must be selected as well
|
2016-07-19 14:26:40 -06:00 |
|
Gregory Nutt
|
318f34fb7d
|
Psuedo-terminal pipe size is now configurable
|
2016-07-19 14:26:41 -06:00 |
|
Gregory Nutt
|
b28fa8a609
|
Move pipe() and mkpipe() to nuttx/libc. Change syscalls to pipe2() and mkfifo2()
|
2016-07-19 14:15:26 -06:00 |
|
Gregory Nutt
|
671d7fae31
|
Add mkfifo2() and pipe2() which are just like mkfifo() and pipe(), but allow control of the size of the underlying, in-memory circular buffer
|
2016-07-19 13:51:05 -06:00 |
|
Gregory Nutt
|
9a44f3017b
|
Fix a few typos in the last commit
|
2016-07-19 13:40:54 -06:00 |
|
Gregory Nutt
|
d6bf67f9ff
|
Alloc different sizes for pipe and fifo buffers
|
2016-07-19 13:34:18 -06:00 |
|
Gregory Nutt
|
8505bf814e
|
Merge branch 'master' of bitbucket.org:nuttx/nuttx
|
2016-07-19 11:04:51 -06:00 |
|
Gregory Nutt
|
56582e2263
|
Update some comments
|
2016-07-19 10:40:23 -06:00 |
|
Ken Pettit
|
b926334a19
|
Add file was not included in the original commit
|
2016-07-19 10:39:43 -06:00 |
|
Ken Pettit
|
9bd09d43c7
|
Add file was not included in the original commit
|
2016-07-19 10:37:00 -06:00 |
|
Gregory Nutt
|
8bf4684de8
|
Update some comments
|
2016-07-19 09:53:52 -06:00 |
|
Vytautas Lukenskas
|
ac2a5e079c
|
Add change missing in Make.defs for last LPC43xx change
|
2016-07-19 09:28:15 -06:00 |
|
Gregory Nutt
|
8eeecff79d
|
Replace some C99 comnents with C89 comments
|
2016-07-19 08:19:53 -06:00 |
|
Ken Pettit
|
148cf1ac22
|
Adds the simulated QSPI (N25Q) flash to the simulation and modify sim up_spiflash.c to enable it to run with different MTD drivers based on config options (currently m25p, sst26 and w25).
|
2016-07-19 07:33:44 -06:00 |
|
Vytautas Lukenskas
|
f222d37aa7
|
Extend LPC43xx EMC code to support SDRAM on a dynamic memory interface.
|
2016-07-19 07:11:04 -06:00 |
|
Gregory Nutt
|
a4458c5016
|
PTY: Fix a race condition in test-fifo-empty-before-read logic
|
2016-07-19 06:45:02 -06:00 |
|
Gregory Nutt
|
2119c5ce19
|
Fix another function naming error
|
2016-07-18 12:40:27 -06:00 |
|
Gregory Nutt
|
d36da2b560
|
Fix bad dev[u]random_register() function return value.
|
2016-07-18 12:25:05 -06:00 |
|
Gregory Nutt
|
d9fbf4c90f
|
Eliminate some warnings
|
2016-07-18 11:27:06 -06:00 |
|
Gregory Nutt
|
d5388eca05
|
devrandom_register() must be called before devurandom_register()
|
2016-07-18 11:24:04 -06:00 |
|
Gregory Nutt
|
078bbe5e5c
|
All H/W RNG Drivers: Can now be configured to register as /dev/random and/or /dev/urandom
|
2016-07-18 11:10:37 -06:00 |
|
Gregory Nutt
|
1660329d06
|
Rename up_rnginitialize to devrandom_register
|
2016-07-18 10:55:37 -06:00 |
|
Gregory Nutt
|
6194467c13
|
PTY: Fix termios read input processing.. what was I thinking? Also, if some data was read, pty_read() should not block on the empty FIFO.
|
2016-07-18 08:00:56 -06:00 |
|
Gregory Nutt
|
e0aaa168aa
|
/dev/urandom: Add option to replace software PRNG with hardware TRNG.
|
2016-07-18 07:03:47 -06:00 |
|
Gregory Nutt
|
bf25eef79f
|
Update comments in Kconfig
|
2016-07-18 06:43:08 -06:00 |
|
Ken Pettit
|
39174da3be
|
Remove naming conflict in drivers/mtd/filemntd.c
|
2016-07-17 20:19:44 -06:00 |
|
Gregory Nutt
|
6c5b6798ec
|
Merge branch 'hostfs'
|
2016-07-17 17:02:39 -06:00 |
|
Gregory Nutt
|
fe315f867a
|
Costmetic
|
2016-07-17 17:01:35 -06:00 |
|
Gregory Nutt
|
006f4a5818
|
HOSTFS: Fix some errors in first cut at repartitioning
|
2016-07-17 16:31:14 -06:00 |
|
Gregory Nutt
|
2b28a1f3e5
|
SIM HOSTFS: First cut at changes to get it working on Cygwin.
|
2016-07-17 15:59:45 -06:00 |
|
Gregory Nutt
|
69637bf825
|
Costmetic changes to better match coding style
|
2016-07-17 13:39:21 -06:00 |
|
Gregory Nutt
|
1b7455c171
|
Update comments in a Kconfig
|
2016-07-17 11:09:01 -06:00 |
|
Gregory Nutt
|
76dc238baf
|
Add more name mappings to nuttx-names.dat
|
2016-07-17 09:44:27 -06:00 |
|
Gregory Nutt
|
5a35abb488
|
Improve some comments
|
2016-07-17 08:31:02 -06:00 |
|
Gregory Nutt
|
07e20479ad
|
/dev/random: Add configuration option to use the congruential PRNG.
|
2016-07-17 07:56:25 -06:00 |
|
Gregory Nutt
|
ffd3a31649
|
Rename lib_rand.c to lib_srand.c
|
2016-07-17 07:11:09 -06:00 |
|