Commit Graph

806 Commits

Author SHA1 Message Date
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
Gregory Nutt
d722b3ed0f Final prep for NuttX-7.2 release 2014-04-28 10:53:24 -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
d6595bb88e Add basic board support framework for the Atmel SAMA5D3 Xplained board (not finished) 2014-03-28 15:20:26 -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
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
b9a6530075 Documentation update 2014-02-18 16:19:14 -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
29515aa1d0 Final prep for 6.33 release 2014-01-30 09:45:01 -06:00
Gregory Nutt
58e3d09c96 Minor documentation updates and other cosmetic changes 2014-01-20 13:10:30 -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
606a027783 Prep for the NuttX-6.32 Release 2013-12-07 11:04:08 -06:00
Gregory Nutt
c1d3d775bf Prep for release 6.31 2013-10-28 14:08:34 -06:00
Gregory Nutt
ffabc369bc minor update to SAMA5 part names 2013-10-01 11:22:50 -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
b6703a660c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -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
28a8854e74 Add links to board README files in the NuttX.html file 2013-07-16 16:01:51 -06:00
Gregory Nutt
9b50721335 Fix problems with host build of the Zmodem tools 2013-07-16 11:23:35 -06:00
Gregory Nutt
9094081abe 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
c303a779e8 Update documentation to include references to the Arduino Due board 2013-06-27 14:33:10 -06:00
Gregory Nutt
33b5a0f868 Add support for the SAM4L Xplained Pro I/O1 module 2013-06-15 10:56:08 -06:00
Gregory Nutt
60be5600f3 Prep for 6.28 release 2013-06-14 14:30:00 -06:00
Gregory Nutt
5a8a189459 SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully functional 2013-06-12 10:56:42 -06:00
Gregory Nutt
c2ef9f0593 Beginning updates of SAM3U header files o include support for the SAM4S: WDT, SUPC, EEFC, MATRIX, and PMC 2013-06-10 11:57:37 -06:00
Gregory Nutt
8d3a536815 SAM4L: Extend interrupt support for the larger number of NVIC interrupts of the SAM4L 2013-06-09 13:00:38 -06:00
Gregory Nutt
32a47fa854 Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files 2013-05-30 14:45:31 -06:00
Gregory Nutt
a64e057c62 Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src 2013-05-25 11:53:49 -06:00
Gregory Nutt
ad957c97df Minor documentation update 2013-05-24 14:05:20 -06:00
Gregory Nutt
17fb3b3dbe Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD support and to the apps/examples/slcd segment LCD test. 2013-05-24 12:00:15 -06:00
Gregory Nutt
def179aed5 Documentation update 2013-05-22 11:06:20 -06:00
Gregory Nutt
56128f3711 Add STM32L15X segment LCD register definitions; Updated documentatin and README files 2013-05-21 12:39:48 -06:00
Gregory Nutt
a5251ec2ef Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board. 2013-05-21 11:25:30 -06:00
Gregory Nutt
7c5c34237c Documentation updates 2013-05-07 08:55:28 -06:00
Gregory Nutt
b69db0df37 Fixed to M25P driver from Ken Pettit plus some documentation updates 2013-05-03 17:17:14 -06:00