Commit Graph
846 Commits
Author SHA1 Message Date
Gregory Nutt 1acfa1771b Rename teensy-3.1 directory to teensy-3.x. Add board.h header file 2015-06-09 15:54:04 -06:00
Gregory Nutt 8be0822b98 Prep for the NuttX-7.10 Release 2015-06-09 11:33:50 -06:00
Gregory Nutt b55b42d6c7 Update more broken URLs 2015-06-08 14:16:32 -06:00
Gregory Nutt 762edbba10 Update more broken URLs 2015-06-07 12:02:06 -06:00
Gregory Nutt 219bf39ace Update documentation and README file 2015-06-06 19:16:17 -06:00
Gregory Nutt a841329fad 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 b50ed67e58 Update documentatino and README files for the LPCXpresso LPC1115 board support 2015-05-22 19:56:45 -06:00
Gregory Nutt eb7e66c945 Update Documentation 2015-05-18 13:41:35 -06:00
Gregory Nutt e6ebdba913 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 8280e2dbb0 Update document to include USB hub feature 2015-05-01 10:49:22 -06:00
Gregory Nutt 6b283c303c Prep for 7.9 release 2015-04-14 14:17:55 -06:00
Gregory Nutt 7a4a9608a9 Minor documentation update 2015-04-03 16:44:07 -06:00
Gregory Nutt eb304951b4 Minor Documentation update 2015-03-29 14:46:52 -06:00
Gregory Nutt f67c489756 Update documentation 2015-03-29 07:52:52 -06:00
Gregory Nutt 56e24b561f Add Olimexino-STM32 board support from David Sidrane 2015-03-20 18:00:10 -06:00
Gregory Nutt 1b4e32ef20 Update README 2015-03-09 19:58:59 -06:00
Gregory Nutt 89b4a6b849 Add a little blurb about the SAMV71-XULT in the 'about' document 2015-03-09 19:46:48 -06:00
Gregory Nutt f9290f2bfa Update ChangeLog 2015-02-24 07:30:45 -06:00
sauttefk 09ebf22238 Fixed cut & paste error. corrected naming of Tiva series developement
boards.
2015-02-24 02:36:37 +01:00
Gregory Nutt 78bf6bbf29 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 85f1eecc51 Review/update of the TM4C1294 Launchpad code 2015-02-11 18:27:38 -06:00
Gregory Nutt fb796f6b9f Prep for 7.8 release 2015-02-11 11:05:45 -06:00
Gregory Nutt 1741b50111 Update Documentation 2015-02-11 07:26:26 -06:00
Gregory Nutt f7ace410d1 Minor updates to comments, debug messages, documentation 2015-02-03 17:01:48 -06:00
Gregory Nutt 3cead0b9ba Update documentation 2015-02-02 06:45:31 -06:00
Gregory Nutt 8cf443edec Documentation: Add Unix domain sockets to the feature list 2015-01-28 09:08:49 -06:00
Gregory Nutt d7f7cfc44c Prep for NuttX-7.7 release 2015-01-26 09:35:27 -06:00
Gregory Nutt 96a53254dd Some minor clean-up of IPv4/6 flags 2015-01-24 07:29:43 -06:00
Gregory Nutt c59b9967ba Update documentation 2014-12-18 07:18:43 -06:00
Gregory Nutt 6b7718dc2f Add some discussio of the LPC4357 to documentation and README files 2014-11-26 16:44:25 -06:00
Gregory Nutt 9333feeea5 Preparing for NuttX-7.6 Release 2014-11-26 11:11:54 -06:00
Gregory Nutt 212e48a6dc Update document and README 2014-11-12 14:47:04 -06:00
Gregory Nutt 3c6dd42e28 Remove stm32f100rc_generic board configuration 2014-11-10 07:48:48 -06:00
Gregory Nutt 5c64d09b02 Update Documentation 2014-11-03 17:35:26 -06:00
Gregory Nutt 4df8237637 EFM32GG: Add a few files for the starter kit 2014-11-03 16:13:12 -06:00
Gregory Nutt 274002a8e1 Update document and README 2014-10-30 10:24:42 -06:00
Gregory Nutt 23a2c0a9d3 Fix all yahoo links. From Magnus Templing 2014-10-30 09:39:23 -06:00
Gregory Nutt f9d1bad0b5 Remove some dangling whitespace 2014-10-30 06:57:43 -06:00
Gregory Nutt b3c790597f Documentation Update 2014-10-30 06:56:30 -06:00
Gregory Nutt 0e3e2e3029 Fix some typos 2014-10-15 10:57:04 -06:00
Gregory Nutt ec010372c5 Update NuttX.html for the NuttX-7.5 release 2014-09-27 15:06:29 -06:00
Gregory Nutt d573f5a96c 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 64ab35b399 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 23147c40a5 Remove final traces of the 8015 from the NuttX source tree 2014-09-01 13:21:15 -06:00
Gregory Nutt eab47a0566 Update remaining documents for the 7.4 release 2014-08-14 16:34:39 -06:00
Gregory Nutt 350fa87fea Prep for NuttX-7.3 release 2014-06-25 14:09:41 -06:00
Gregory Nutt c7f4f91e77 Minor documentation update 2014-06-12 12:33:54 -06:00
Gregory Nutt 693ccd67ce Final prep for NuttX-7.2 release 2014-04-28 10:53:24 -06:00
Gregory Nutt 1712f42cf3 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 09fb2a1893 Add basic board support framework for the Atmel SAMA5D3 Xplained board (not finished) 2014-03-28 15:20:26 -06:00