Gregory Nutt
|
23147c40a5
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
2906ff6a4a
|
Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start
|
2014-08-30 11:14:51 -06:00 |
|
Gregory Nutt
|
a9ca05266b
|
Update ChangeLog
|
2014-08-19 07:52:52 -06:00 |
|
Gregory Nutt
|
9662f1750c
|
ARP: Add signal logic so that we do not have to wait so long with the network responses to ARP requests quickly
|
2014-08-19 07:47:32 -06:00 |
|
Gregory Nutt
|
a8d7772ad6
|
Update README files, Kconfig help comments, and make the network monitor not EXPERIMENTAL
|
2014-08-18 07:24:47 -06:00 |
|
Gregory Nutt
|
9cc485cdee
|
Standardize a PHY interrupt attachment interface
|
2014-08-16 08:34:50 -06:00 |
|
Gregory Nutt
|
96bc77fb93
|
libc/time/lib_localtime.c is much closer to NuttX coding style. libc/time/private.h removed; incorporated into lib_localtime.c
|
2014-08-15 15:38:37 -06:00 |
|
Gregory Nutt
|
4b39606d59
|
Add a Sudoku game
|
2014-08-11 19:27:48 -06:00 |
|
Gregory Nutt
|
520a51a3e1
|
Implements the tickless OS
|
2014-08-07 11:39:16 -06:00 |
|
Gregory Nutt
|
f75b9c8e99
|
Update TODO and ChangeLog
|
2014-08-06 12:20:38 -06:00 |
|
Gregory Nutt
|
c078814d98
|
NSH networking: There is now a configuration option that will bring up the network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
|
2014-08-06 11:59:41 -06:00 |
|
Gregory Nutt
|
376a7bcc12
|
Costmetic: Update TODO list, README files, refreshed configuration, updated comments
|
2014-07-30 14:26:50 -06:00 |
|
Gregory Nutt
|
b18ac3c778
|
NET: Rename uip_ping to icmp_ping
|
2014-06-30 18:15:59 -06:00 |
|
Gregory Nutt
|
e1091251e6
|
NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inclusion problem.
|
2014-06-26 09:32:39 -06:00 |
|
Gregory Nutt
|
fabcb6d37e
|
TCP Read-Ahead: Convert to use I/O buffer chains
|
2014-06-24 15:38:00 -06:00 |
|
Gregory Nutt
|
b8840dc6de
|
Cosmetic plus some configuration default changes
|
2014-06-12 13:32:07 -06:00 |
|
Gregory Nutt
|
d119e4c977
|
Update TODO list and comments
|
2014-04-23 13:02:00 -06:00 |
|
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
a44a4444e2
|
Cosmetic updates to comments and README files
|
2014-03-31 15:10:15 -06:00 |
|
Gregory Nutt
|
cd135fe3a8
|
Complete fragmentary support for ferror(). From Macs N
|
2014-03-31 09:39:10 -06:00 |
|
Gregory Nutt
|
f066b87828
|
SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM console
|
2014-03-22 09:27:43 -06:00 |
|
Gregory Nutt
|
c6127ad09d
|
If DCD supports queuing of stall requests then USB MSC delay work-around is not necessary
|
2014-03-20 15:20:24 -06:00 |
|
Gregory Nutt
|
e788f48e19
|
Add support for TM4C GPIOs
|
2014-03-10 08:12:35 -06:00 |
|
Gregory Nutt
|
752767cfc1
|
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
|
2014-02-10 10:14:22 -06:00 |
|
Gregory Nutt
|
0979cdba0e
|
The USB HID mouse driver is now functional. There are some usage issues as described in the top-level TODO list
|
2014-02-09 17:40:23 -06:00 |
|
Gregory Nutt
|
75d21426ff
|
SAMA5: Add a missing endif in a Make.defs that recently added; Several other cosmetic changes
|
2014-01-28 18:59:11 -06:00 |
|
Gregory Nutt
|
b15528e429
|
NSH: Fix redirection of output to a file. That was broken with recent changes
|
2014-01-16 07:30:15 -06:00 |
|
Gregory Nutt
|
826a0116e8
|
NET: write buffering configuration no longer depends on EXPERIMENTAL
|
2014-01-15 07:17:59 -06:00 |
|
Gregory Nutt
|
f08cdc161d
|
Updated TODO list
|
2014-01-14 14:06:02 -06:00 |
|
Gregory Nutt
|
c5f9b8768e
|
Add type rsize_t and function gets_s()
|
2014-01-07 16:27:45 -06:00 |
|
Gregory Nutt
|
53ce920eae
|
Add FAR to a couple of functions. The Z16F cares about such things
|
2014-01-02 12:36:20 -06:00 |
|
Gregory Nutt
|
c49b0b09d9
|
ZNEO: Fix lost serial interrupt bug
|
2014-01-02 10:03:08 -06:00 |
|
Gregory Nutt
|
707922432c
|
Cosmetic: Updates to TODO anre README text
|
2014-01-02 07:53:27 -06:00 |
|
Gregory Nutt
|
892784538d
|
sim/mount: Converted to use kconfig-frontends tools
|
2014-01-01 08:52:58 -06:00 |
|
Gregory Nutt
|
bca90d1c28
|
STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot
|
2013-12-31 10:55:46 -06:00 |
|
Gregory Nutt
|
cea31ebf68
|
NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build.
|
2013-12-30 10:04:34 -06:00 |
|
Gregory Nutt
|
c7cab0a5ff
|
SAMA5 SSC: Updated I2S driver
|
2013-11-08 12:03:18 -06:00 |
|
Gregory Nutt
|
d8d469fa58
|
STM32 F1 USB: Fix OUT SETUP command bug. From David Sidrane
|
2013-11-07 17:25:05 -06:00 |
|
Gregory Nutt
|
f39467339e
|
Add ioctl to support software triggering of ADC/DAC conversions
|
2013-10-25 14:19:09 -06:00 |
|
Gregory Nutt
|
f7e4f25760
|
SAMA5 GMAC and GMII support is code complete and ready for test
|
2013-09-27 13:12:04 -06:00 |
|
Gregory Nutt
|
a5612af642
|
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
|
2013-09-05 08:07:03 -06:00 |
|
Gregory Nutt
|
37579db920
|
SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocation
|
2013-09-02 14:55:33 -06:00 |
|
Gregory Nutt
|
bc46b447dc
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
|
Gregory Nutt
|
2c6b370c4a
|
Add ARMv7-A irqdisable() inline function
|
2013-07-30 11:37:09 -06:00 |
|
Gregory Nutt
|
3860fc17f0
|
Improve Cortex-A5 context switching so that a little less copying is done
|
2013-07-24 07:47:51 -06:00 |
|
Gregory Nutt
|
812bf02972
|
ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt handlers. This change needs to be ported to other ARM architectures as well
|
2013-07-23 14:47:16 -06:00 |
|
Gregory Nutt
|
a60e38e13a
|
Fix error in MMC/SD SPI driver introduced with some recent changes; Update TODO list
|
2013-06-23 10:45:37 -06:00 |
|
Gregory Nutt
|
d5a0c75bbb
|
Add framework for managing SPI-related discretes on the Freedom KL25Z board.
|
2013-06-20 13:50:16 -06:00 |
|
Gregory Nutt
|
aaf102b5c8
|
Prep for 6.28 release
|
2013-06-14 14:30:00 -06:00 |
|
Gregory Nutt
|
7554d2888e
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|