Commit Graph

900 Commits

Author SHA1 Message Date
Gregory Nutt
549b63c566 Correct many bitbucket.org URLs 2015-06-28 09:14:52 -06:00
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
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
Gregory Nutt
a9b8bd2e8b Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available). 2013-05-03 12:52:33 -06:00
Gregory Nutt
3b213e3468 Prep for NuttX-6.27 release 2013-04-28 10:56:29 -06:00
Gregory Nutt
3975faf911 Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html 2013-04-22 16:46:15 -06:00
Gregory Nutt
f6678fc062 Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info 2013-04-19 18:35:06 -06:00
Gregory Nutt
00f99b6df1 Update HTML files and clean up some Freedom KL25Z files 2013-04-17 13:33:40 -06:00
Gregory Nutt
09a9a3cedc Updated to documentation and README files 2013-04-11 06:53:26 -06:00