Commit Graph
817 Commits
Author SHA1 Message Date
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
Gregory Nutt f15a6e2330 Prep for NuttX 7.1 release 2014-03-15 10:05:18 -06:00
Gregory Nutt 0bd5f23a30 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 b12f75aa5a Documentation update 2014-03-12 16:03:03 -06:00
Gregory Nutt cbcabe3314 Removed almost all ostest configurations 2014-02-28 19:19:11 -06:00
Gregory Nutt 3b07bc6716 SAM4E: Update SAM3/4 TC and DMAC register definition header files 2014-02-25 10:56:23 -06:00
Gregory Nutt bbe2b1c533 Documentation update 2014-02-18 16:19:14 -06:00
Gregory Nutt 8ef272911e Update comments in file headers 2014-02-10 13:58:08 -06:00
Gregory Nutt f47ce4d9eb 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 579dc73b50 Final prep for 6.33 release 2014-01-30 09:45:01 -06:00
Gregory Nutt e340fdb88c Minor documentation updates and other cosmetic changes 2014-01-20 13:10:30 -06:00
Gregory Nutt fd54cfb213 Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de Assis 2014-01-12 17:59:38 -06:00
Gregory Nutt 604361ac6b Prep for the NuttX-6.32 Release 2013-12-07 11:04:08 -06:00
Gregory Nutt 62edceecd4 Prep for release 6.31 2013-10-28 14:08:34 -06:00
Gregory Nutt f71435780a minor update to SAMA5 part names 2013-10-01 11:22:50 -06:00
Gregory Nutt 5450d6405d Prep for release 6.30 2013-09-14 10:40:18 -06:00
Gregory Nutt 50f482f902 STM32: Support for the LeafLabs Maple and Maple Mini boards. From Librae 2013-09-13 12:45: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 4369c172df Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1 2013-08-07 11:31:31 -06:00
Gregory Nutt 369bf26b20 SAMA5: Add HSMCI memory card driver support 2013-08-05 16:21:24 -06:00
Gregory Nutt 4576676f8e Correct errors noted in SAMA5 documentation 2013-08-01 07:10:34 -06:00
Gregory Nutt 8b44b8fce7 Prep for NuttX-6.29 release 2013-07-31 14:25:06 -06:00
Gregory Nutt ffdd034c35 SAMA5: Add an NSH configuration of the SAMA5D3x-EK board 2013-07-31 10:46:13 -06:00
Gregory Nutt 4519b21995 Add links to board README files in the NuttX.html file 2013-07-16 16:01:51 -06:00
Gregory Nutt c6459a79e2 Fix problems with host build of the Zmodem tools 2013-07-16 11:23:35 -06:00
Gregory Nutt 3505ca7556 Add an NSH configuration for the Arduino Due; Pluse several fixes related to the Due and to the SAM3X in general 2013-06-28 14:32:08 -06:00
Gregory Nutt c7e7f4f224 Update documentation to include references to the Arduino Due board 2013-06-27 14:33:10 -06:00
Gregory Nutt 44fe999aea Add support for the SAM4L Xplained Pro I/O1 module 2013-06-15 10:56:08 -06:00
Gregory Nutt aaf102b5c8 Prep for 6.28 release 2013-06-14 14:30:00 -06:00
Gregory Nutt fa45b86b4d SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully functional 2013-06-12 10:56:42 -06:00