Commit Graph

849 Commits

Author SHA1 Message Date
Gregory Nutt a0d28e2415 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Gregory Nutt be534e73f7 This cleans up most of the remaining SourceForge references 2015-06-26 18:13:20 -06:00
Gregory Nutt 973eae7a5a Change some Sourceforge URLs to bitbucket URLs 2015-06-26 17:29:32 -06:00
Gregory Nutt 2576ef555d Rename teensy-3.1 directory to teensy-3.x. Add board.h header file 2015-06-09 15:54:04 -06:00
Gregory Nutt 2db4456e51 Prep for the NuttX-7.10 Release 2015-06-09 11:33:50 -06:00
Gregory Nutt be186914fd Update more broken URLs 2015-06-08 14:16:32 -06:00
Gregory Nutt 82f8fef609 Update more broken URLs 2015-06-07 12:02:06 -06:00
Gregory Nutt 6cf9cfd457 Update documentation and README file 2015-06-06 19:16:17 -06:00
Gregory Nutt d201c132b7 Rename configs/teensy to configs/teensy-2.0 to distinguish teensy-lc and teensy-3.1 2015-05-25 18:29:43 -06:00
Gregory Nutt 32dcac3ab9 Update documentatino and README files for the LPCXpresso LPC1115 board support 2015-05-22 19:56:45 -06:00
Gregory Nutt 6fbe614a75 Update Documentation 2015-05-18 13:41:35 -06:00
Gregory Nutt f2944cc1bf OHCI: Fix length calculation in all OHCI drivers: CBP==0 means that the entire buffer was transferred, not that a null packet was tranaferred 2015-05-10 10:01:22 -06:00
Gregory Nutt 0b348b5b95 Update document to include USB hub feature 2015-05-01 10:49:22 -06:00
Gregory Nutt 0cbe77cfca Prep for 7.9 release 2015-04-14 14:17:55 -06:00
Gregory Nutt fed3c04fcb Minor documentation update 2015-04-03 16:44:07 -06:00
Gregory Nutt 593e1243dc Minor Documentation update 2015-03-29 14:46:52 -06:00
Gregory Nutt 9319d6c88b Update documentation 2015-03-29 07:52:52 -06:00
Gregory Nutt ba36cff265 Add Olimexino-STM32 board support from David Sidrane 2015-03-20 18:00:10 -06:00
Gregory Nutt 526d8155da Update README 2015-03-09 19:58:59 -06:00
Gregory Nutt acd35e1f36 Add a little blurb about the SAMV71-XULT in the 'about' document 2015-03-09 19:46:48 -06:00
Gregory Nutt f59e77815f Update ChangeLog 2015-02-24 07:30:45 -06:00
sauttefk 5088120124 Fixed cut & paste error. corrected naming of Tiva series developement
boards.
2015-02-24 02:36:37 +01:00
Gregory Nutt a2d78af524 Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace for the pic32mz-starterkit 2015-02-21 18:41:17 -06:00
Gregory Nutt e0fdd5abcf Review/update of the TM4C1294 Launchpad code 2015-02-11 18:27:38 -06:00
Gregory Nutt dd724ee468 Prep for 7.8 release 2015-02-11 11:05:45 -06:00
Gregory Nutt 293dfbc0fe Update Documentation 2015-02-11 07:26:26 -06:00
Gregory Nutt 95adb11b37 Minor updates to comments, debug messages, documentation 2015-02-03 17:01:48 -06:00
Gregory Nutt ecbbd35898 Update documentation 2015-02-02 06:45:31 -06:00
Gregory Nutt 5a3fc91b9c Documentation: Add Unix domain sockets to the feature list 2015-01-28 09:08:49 -06:00
Gregory Nutt 01df652bc3 Prep for NuttX-7.7 release 2015-01-26 09:35:27 -06:00
Gregory Nutt 67a2e5827c Some minor clean-up of IPv4/6 flags 2015-01-24 07:29:43 -06:00
Gregory Nutt a8c0efdf92 Update documentation 2014-12-18 07:18:43 -06:00
Gregory Nutt 19ac111a29 Add some discussio of the LPC4357 to documentation and README files 2014-11-26 16:44:25 -06:00
Gregory Nutt 6d7c4a526d Preparing for NuttX-7.6 Release 2014-11-26 11:11:54 -06:00
Gregory Nutt f43a1d64a3 Update document and README 2014-11-12 14:47:04 -06:00
Gregory Nutt f25973612e Remove stm32f100rc_generic board configuration 2014-11-10 07:48:48 -06:00
Gregory Nutt 1faf8e0ee5 Update Documentation 2014-11-03 17:35:26 -06:00
Gregory Nutt 51efe47bd1 EFM32GG: Add a few files for the starter kit 2014-11-03 16:13:12 -06:00
Gregory Nutt 588defb2f1 Update document and README 2014-10-30 10:24:42 -06:00
Gregory Nutt d21cc0eda9 Fix all yahoo links. From Magnus Templing 2014-10-30 09:39:23 -06:00
Gregory Nutt 15789349ac Remove some dangling whitespace 2014-10-30 06:57:43 -06:00
Gregory Nutt 76ad0e5e81 Documentation Update 2014-10-30 06:56:30 -06:00
Gregory Nutt bd50e967ce Fix some typos 2014-10-15 10:57:04 -06:00
Gregory Nutt 947cdfa155 Update NuttX.html for the NuttX-7.5 release 2014-09-27 15:06:29 -06:00
Gregory Nutt 6d23fe2c67 Remove the 16z board support from the main source tree. It is still avaialable in the misc/Obsoleted directory 2014-09-05 07:59:31 -06:00
Gregory Nutt 2cecc4f857 There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00
Gregory Nutt 83047cedb6 Remove final traces of the 8015 from the NuttX source tree 2014-09-01 13:21:15 -06:00
Gregory Nutt 348eca3c12 Update remaining documents for the 7.4 release 2014-08-14 16:34:39 -06:00
Gregory Nutt 20c91a54b9 Prep for NuttX-7.3 release 2014-06-25 14:09:41 -06:00
Gregory Nutt dbb3bf43ab Minor documentation update 2014-06-12 12:33:54 -06:00