Gregory Nutt
|
a2e9779c27
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
|
2014-06-24 09:28:44 -06:00 |
|
Gregory Nutt
|
dbb3bf43ab
|
Minor documentation update
|
2014-06-12 12:33:54 -06:00 |
|
Gregory Nutt
|
d927f88ced
|
Add board support for the SAMA5D4-EK
|
2014-06-06 12:37:36 -06:00 |
|
Gregory Nutt
|
90077a72d3
|
Add support for the Olimex STM32 h405. From Martin Lederhilger
|
2014-06-03 10:34:36 -06:00 |
|
Gregory Nutt
|
9369c5813b
|
P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces.
|
2014-05-08 16:58:10 -06:00 |
|
Gregory Nutt
|
b9cb172413
|
Add a ROMFS file system for testing the P-Code binary format
|
2014-05-08 11:08:01 -06:00 |
|
Gregory Nutt
|
e8f6f93ab0
|
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 |
|
Gregory Nutt
|
caeece4f64
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
d722b3ed0f
|
Final prep for NuttX-7.2 release
|
2014-04-28 10:53:24 -06:00 |
|
Gregory Nutt
|
2c94527023
|
Support for the Atmel SAM4S Xplaiend Board from Bob Doison
|
2014-04-21 17:34:05 -06:00 |
|
Gregory Nutt
|
a60352b4c0
|
Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett
|
2014-04-20 13:42:23 -06:00 |
|
Gregory Nutt
|
aaaf4f96b7
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
948124a822
|
apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete
|
2014-04-10 18:15:06 -06:00 |
|
Gregory Nutt
|
22e7c14e2e
|
Fix a build error when only USB device tracing is enabled (from David Sidrane). Also an update to the USB tracing document
|
2014-04-04 08:56:10 -06:00 |
|
Gregory Nutt
|
d6595bb88e
|
Add basic board support framework for the Atmel SAMA5D3 Xplained board (not finished)
|
2014-03-28 15:20:26 -06:00 |
|
Gregory Nutt
|
e74812260e
|
Typo fixes to NuttX porting guide from Vijay Kumar
|
2014-03-18 07:41:16 -06:00 |
|
Gregory Nutt
|
1c3b44393a
|
Prep for NuttX 7.1 release
|
2014-03-15 10:05:18 -06:00 |
|
Gregory Nutt
|
144bff115f
|
SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. SAM4E-EK NSH configuration now has networking enabled by default
|
2014-03-13 09:03:03 -06:00 |
|
Gregory Nutt
|
fd93b1057e
|
Documentation update
|
2014-03-12 16:03:03 -06:00 |
|
Gregory Nutt
|
bb87d5b30c
|
SAM4E-EK: Add basic board support
|
2014-03-10 15:18:46 -06:00 |
|
Gregory Nutt
|
c526f0d9f5
|
Add basic board support for the TM4C123G Launchpad
|
2014-03-10 11:25:06 -06:00 |
|
Gregory Nutt
|
ff13e4b75a
|
Add support for TM4C GPIOs
|
2014-03-10 08:12:35 -06:00 |
|
Gregory Nutt
|
e208b50b63
|
Update NuttShell.html per recommendations from Max Kriegleder
|
2014-03-06 17:47:07 -06:00 |
|
Gregory Nutt
|
083c2af576
|
Support for the older, manual configurations has been completely removed from the NuttX build system
|
2014-03-06 13:00:50 -06:00 |
|
Gregory Nutt
|
bfecc6d146
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -06:00 |
|
Gregory Nutt
|
bc5c1eb9bd
|
SAM4E: Update SAM3/4 TC and DMAC register definition header files
|
2014-02-25 10:56:23 -06:00 |
|
Gregory Nutt
|
6764e94509
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
|
Gregory Nutt
|
a94192d9ed
|
rmdir now may be used to remove empty nodes from the pseudo-filesystem
|
2014-02-19 10:01:26 -06:00 |
|
Gregory Nutt
|
b9a6530075
|
Documentation update
|
2014-02-18 16:19:14 -06:00 |
|
Gregory Nutt
|
c820279548
|
Remove the unusable m68332evb configuration
|
2014-02-16 07:54:23 -06:00 |
|
Gregory Nutt
|
ef19cd1100
|
Add initial support for the Atmel SAMD20 Xplained Pro board
|
2014-02-12 17:50:58 -06:00 |
|
Gregory Nutt
|
18bd24936e
|
Update comments in file headers
|
2014-02-10 13:58:08 -06:00 |
|
Gregory Nutt
|
a008472047
|
Release script no longer tries to keep copies of the ChangeLog and TODO list in the Documentation directory
|
2014-02-10 13:52:03 -06:00 |
|
Gregory Nutt
|
fa68c5cc9d
|
Fix some typos in some documents
|
2014-02-08 10:46:29 -06:00 |
|
Gregory Nutt
|
ecdc00abea
|
Use xcopy, mot mklink in link.bat; No an error if directory does not exist in unlink.bat
|
2014-02-07 09:52:09 -06:00 |
|
Gregory Nutt
|
10ed104c03
|
Add a coding standards document
|
2014-02-06 13:48:07 -06:00 |
|
Gregory Nutt
|
25eb4ecd33
|
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
|
2014-02-03 17:19:30 -06:00 |
|
Gregory Nutt
|
2af9a07fdf
|
Update documentation, mostly related to the command line editor
|
2014-02-03 10:56:52 -06:00 |
|
Gregory Nutt
|
b4861687ff
|
Remove some old, unused images
|
2014-02-01 16:44:21 -06:00 |
|
Gregory Nutt
|
29515aa1d0
|
Final prep for 6.33 release
|
2014-01-30 09:45:01 -06:00 |
|
Gregory Nutt
|
2d075f1546
|
Correct document date
|
2014-01-27 07:16:26 -06:00 |
|
Gregory Nutt
|
98b8e3dcef
|
Improve documentation of naming conventions
|
2014-01-25 08:56:40 -06:00 |
|
Gregory Nutt
|
0eb222231e
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
039d07ed9c
|
configs/16z: Add support for 16z board
|
2014-01-22 11:50:37 -06:00 |
|
Gregory Nutt
|
58e3d09c96
|
Minor documentation updates and other cosmetic changes
|
2014-01-20 13:10:30 -06:00 |
|
Gregory Nutt
|
cc2f78b6ed
|
NSH: More break documentation
|
2014-01-18 10:26:12 -06:00 |
|
Gregory Nutt
|
9d280ecb72
|
NSH: Improved documentation of the break command
|
2014-01-18 10:20:22 -06:00 |
|
Gregory Nutt
|
c2461030f0
|
NSH: Add a break command; if-then-else and looping behavior can not be configured out of the build for small systems that need minimal scripting capability
|
2014-01-18 09:39:16 -06:00 |
|
Gregory Nutt
|
b5c68e1d15
|
NSH: Loosen up if-then-else-fi syntx so that a command can be on the same line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like
|
2014-01-17 18:03:23 -06:00 |
|
Gregory Nutt
|
57ad71d6c3
|
NSH: Add support for while-do-done and until-do-done loops
|
2014-01-17 15:56:32 -06:00 |
|
Gregory Nutt
|
f656bb59f6
|
INI parser update
|
2014-01-16 09:25:15 -06:00 |
|
Gregory Nutt
|
726bd59fc2
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
63c95d9bdc
|
Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de Assis
|
2014-01-12 17:59:38 -06:00 |
|
Gregory Nutt
|
f1225b3726
|
Back quoted NSH arguments now functional
|
2014-01-11 09:50:54 -06:00 |
|
Gregory Nutt
|
3bb8d74893
|
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
|
2014-01-10 15:23:26 -06:00 |
|
Gregory Nutt
|
3805abcde5
|
Move more files from graphics/nxmu to libnx/nxmu
|
2013-12-29 08:48:06 -06:00 |
|
Gregory Nutt
|
966c8bbd39
|
Move graphics/nxtk to libnx/nxtk
|
2013-12-28 11:33:21 -06:00 |
|
Gregory Nutt
|
54046a0775
|
Move the NX components out of libc and into its own library, libnx
|
2013-12-28 08:40:03 -06:00 |
|
Gregory Nutt
|
0b0d1b3f59
|
Remove all configuration variable documentation from configs/README.txt and Docuemntation/NuttXPortingGuidle.html. The current NuttX configuration is documented in Kconfig files and in Documentation/NuttXSonfigVariables.html. The older configuration variable documentation is not being maintained and, hence, is a liability
|
2013-12-20 18:25:36 -06:00 |
|
Gregory Nutt
|
a2a8768a2d
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
24eaf2dd8f
|
Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin
|
2013-12-07 14:25:35 -06:00 |
|
Gregory Nutt
|
606a027783
|
Prep for the NuttX-6.32 Release
|
2013-12-07 11:04:08 -06:00 |
|
Gregory Nutt
|
fe2191e62b
|
NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32
|
2013-12-05 18:16:27 -06:00 |
|
Gregory Nutt
|
babb9b4308
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
|
Gregory Nutt
|
053956b5f7
|
Add drivers/mtd/README.txt
|
2013-12-04 07:46:10 -06:00 |
|
Gregory Nutt
|
776e4c2ae6
|
Basic board support for the ViewTool STM32F103/F107 board
|
2013-11-30 12:14:15 -06:00 |
|
Gregory Nutt
|
f41ea0e4f8
|
Add README file for SMARTFS. From Ken Pettit
|
2013-11-23 06:44:17 -06:00 |
|
Gregory Nutt
|
68d3e9f648
|
Add support for the Olimex LPC-H3131 board
|
2013-11-18 14:51:38 -06:00 |
|
Gregory Nutt
|
135cfd8351
|
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
|
2013-11-15 11:22:23 -06:00 |
|
Gregory Nutt
|
f9be259a22
|
fs/binfs/README.txt: Add a README file
|
2013-11-13 16:40:03 -06:00 |
|
Gregory Nutt
|
aa5369f6fe
|
fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future
|
2013-11-13 15:59:14 -06:00 |
|
Gregory Nutt
|
812bb8ae31
|
Add support for the STM32F429I-Discovery board from Ken Pettit
|
2013-11-07 16:55:45 -06:00 |
|
Gregory Nutt
|
c1d3d775bf
|
Prep for release 6.31
|
2013-10-28 14:08:34 -06:00 |
|
Gregory Nutt
|
3704b58f5a
|
Updated REAMDE documentation
|
2013-10-27 07:45:54 -06:00 |
|
Gregory Nutt
|
53ed67dd8f
|
Added support for the Olimex STM32 P207 board. From Martin Lederhilger
|
2013-10-24 08:48:04 -06:00 |
|
Gregory Nutt
|
e09b24e03a
|
Documentation update
|
2013-10-05 17:41:30 -06:00 |
|
Gregory Nutt
|
f1f8ae5323
|
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
|
2013-10-02 08:24:46 -06:00 |
|
Gregory Nutt
|
ffabc369bc
|
minor update to SAMA5 part names
|
2013-10-01 11:22:50 -06:00 |
|
Gregory Nutt
|
fb993ca794
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
|
Gregory Nutt
|
5c6d8b75fa
|
configs/compal_e88 converted to use the kconfig-frontends tools
|
2013-09-27 16:12:44 -06:00 |
|
Gregory Nutt
|
7f59b68069
|
Move apps/examples/cdcacm to apps/system/cdcacm
|
2013-09-25 17:23:03 -06:00 |
|
Gregory Nutt
|
f862facb2d
|
Move apps/examples/usbmsc to apps/system/usbmsc
|
2013-09-25 16:54:39 -06:00 |
|
Gregory Nutt
|
9ce3ed42be
|
Names of some USB device definitions changed to avoid collisions
|
2013-09-20 10:00:30 -06:00 |
|
Gregory Nutt
|
e86735f1f4
|
Prep for release 6.30
|
2013-09-14 10:40:18 -06:00 |
|
Gregory Nutt
|
41146445fe
|
STM32: Support for the LeafLabs Maple and Maple Mini boards. From Librae
|
2013-09-13 12:45:33 -06:00 |
|
Gregory Nutt
|
7f647b1fe5
|
Remove empty README.txt files
|
2013-08-31 13:17:04 -06:00 |
|
Gregory Nutt
|
b6703a660c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
|
Gregory Nutt
|
066b940223
|
Add a new method to the USB host driver interface: getdevinfo. This method will return information about the currently connected device. At present, it only returns the device speed. The speed is needed by the enumeration logic in order to set a credible initial EP0 max packet size
|
2013-08-26 15:46:16 -06:00 |
|
Gregory Nutt
|
592863ce2b
|
Separate wait() and enumerate() methods from struct usbhost_driver_s and move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
|
2013-08-13 15:03:46 -06:00 |
|
Gregory Nutt
|
92e9591952
|
First of several changes needed to support multiple USB host root hubs
|
2013-08-12 14:44:06 -06:00 |
|
Gregory Nutt
|
46789b673b
|
Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1
|
2013-08-07 11:31:31 -06:00 |
|
Gregory Nutt
|
b995b10c88
|
SAMA5: Add HSMCI memory card driver support
|
2013-08-05 16:21:24 -06:00 |
|
Gregory Nutt
|
a8a6b889c1
|
Correct errors noted in SAMA5 documentation
|
2013-08-01 07:10:34 -06:00 |
|
Gregory Nutt
|
b6b6d79e71
|
Prep for NuttX-6.29 release
|
2013-07-31 14:25:06 -06:00 |
|
Gregory Nutt
|
8413d3f837
|
SAMA5: Add an NSH configuration of the SAMA5D3x-EK board
|
2013-07-31 10:46:13 -06:00 |
|
Gregory Nutt
|
7258eaab49
|
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
|
2013-07-26 10:09:17 -06:00 |
|
Gregory Nutt
|
13b5f7825c
|
Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s) in particular
|
2013-07-19 15:23:03 -06:00 |
|
Gregory Nutt
|
bee8a0745b
|
Some initial frame for Cortex-A5 support. No much yet
|
2013-07-18 15:20:47 -06:00 |
|
Gregory Nutt
|
3edeedab43
|
NSH cmp command by Andrew Twidgell
|
2013-07-18 08:24:29 -06:00 |
|
Gregory Nutt
|
28a8854e74
|
Add links to board README files in the NuttX.html file
|
2013-07-16 16:01:51 -06:00 |
|