Commit Graph

11568 Commits

Author SHA1 Message Date
Gregory Nutt 8ec52df2cb Update ChangeLog 2015-06-10 08:40:41 -06:00
Gregory Nutt bb73c45a61 SAML21: Since SERCOM5 usese a different output channel, it will also need a different GCLK generator 2015-06-10 08:38:35 -06:00
Gregory Nutt 85e0da0588 SAML21: A different SLOW clock must be used with SERCOM5 2015-06-10 08:18:05 -06:00
Gregory Nutt cc714678d4 Updated LPC1115 README from Alan Carvalho de Assis 2015-06-10 06:48:25 -06:00
Gregory Nutt ebad33936f Add support for other members of the Kinetis MK20DX---VLH7 family; undate a README 2015-06-09 18:01:32 -06:00
Gregory Nutt 900ceee2b9 Oops... console disabled in the Teensy 3.1 configuration 2015-06-09 17:17:56 -06:00
Gregory Nutt d18a6b638c Update ChangeLog 2015-06-09 17:04:38 -06:00
Gregory Nutt 9036b23392 Add board support for the Teensy-3.1 board 2015-06-09 17:03:52 -06:00
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 27211418ff Refresh some configurations 2015-06-09 15:19:37 -06:00
Gregory Nutt ef4fc3b21b Update ChangeLog 2015-06-09 12:52:13 -06:00
Gregory Nutt 97043e635f Correct write to incorrect register in EFM32 SPI driver. From Pierre-noel Bouteville. 2015-06-09 12:50:30 -06:00
Gregory Nutt 8be0822b98 Prep for the NuttX-7.10 Release 2015-06-09 11:33:50 -06:00
Gregory Nutt 8967e9715f Update/add README.txt files 2015-06-09 07:03:25 -06:00
Gregory Nutt b55b42d6c7 Update more broken URLs 2015-06-08 14:16:32 -06:00
Gregory Nutt ce8f026a32 Update ChangeLog 2015-06-07 13:15:35 -06:00
Gregory Nutt b46b129bbf Fix SAMA5 CAN frame construction. From Max Holtzberg. 2015-06-07 13:13:44 -06:00
Gregory Nutt 762edbba10 Update more broken URLs 2015-06-07 12:02:06 -06:00
Gregory Nutt ed8bb58764 Update more broken URLs and a README 2015-06-07 11:44:56 -06:00
Gregory Nutt 564c03724c Documentation: Add target=_blank to some URLs so they can be opened from DocuWiki. Some Sourceforge content cannot be served in a frame 2015-06-07 11:22:14 -06:00
Gregory Nutt 2225b1642c Update some README files 2015-06-07 10:25:03 -06:00
Gregory Nutt 5956960145 Update ChangeLog 2015-06-07 08:19:37 -06:00
Gregory Nutt 87ab1edf25 Union FS: Clean up some statfs error handling 2015-06-07 08:17:28 -06:00
Gregory Nutt 1283e8eca7 Union FS: Correct some calculations in statfs 2015-06-07 07:39:07 -06:00
Gregory Nutt afd7ef15dd Update README files 2015-06-07 07:28:09 -06:00
Gregory Nutt f385e52a34 Union FS needs to unmount contained file systems when it is unmounted 2015-06-06 19:48:38 -06:00
Gregory Nutt 219bf39ace Update documentation and README file 2015-06-06 19:16:17 -06:00
Gregory Nutt 1c09361e2a Update ChangeLog 2015-06-06 19:16:16 -06:00
Gregory Nutt d908a74089 Lincoln60: Add a thttpd-binfs configuration. That configuration still does not work on initial commit 2015-06-06 19:16:16 -06:00
Gregory Nutt 6563d0e444 Union FS: Fix a reference counting problem 2015-06-06 19:16:15 -06:00
Gregory Nutt a9b5145525 Update ChangeLog 2015-06-06 19:16:14 -06:00
Gregory Nutt 0c03d04082 apps/examples/thttpd now uses the Union File System if BINFS is selected for CGI binaris 2015-06-06 19:16:14 -06:00
Gregory Nutt fe5e61960b Union FS. Fix the unlink() method. What was I thinking 2015-06-06 11:33:09 -06:00
Gregory Nutt 884f3cdf74 Union FS. Correct some handling when the last file is closed 2015-06-06 10:00:26 -06:00
Gregory Nutt 597493221e Union FS. Add logic to omit duplicates in file system 2 when doing directory listing 2015-06-06 09:49:13 -06:00
Gregory Nutt 05e6d9409d Union fs: Fix some compile issues with debug on. Add more test files 2015-06-06 08:36:24 -06:00
Gregory Nutt 1c2374aedb Fix a unionfs memory leak 2015-06-06 07:58:23 -06:00
Gregory Nutt 257a90a686 Fix a couple of unionfs readdir problems 2015-06-06 07:36:38 -06:00
Gregory Nutt 2b65030b39 Update ChangeLog 2015-06-05 15:03:12 -06:00
Gregory Nutt a78224d114 Add simulator configuration for testing the Union Fs. Fix a few bugs. Almost works but still too flaky 2015-06-05 15:02:24 -06:00
Gregory Nutt 6f258f062c Update ChangeLog 2015-06-05 14:28:10 -06:00
Gregory Nutt 670f2201ad Add SPI GPIO pin initialization. From Pierre-noel Bouteville. 2015-06-05 14:26:21 -06:00
Gregory Nutt edce8666b6 Add a test of the union file system to apps/examaples. 2015-06-05 14:23:07 -06:00
Gregory Nutt 93d66a8531 Update ChangeLog 2015-06-05 13:20:14 -06:00
Gregory Nutt 1d370178fb Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00
Gregory Nutt 1c6c76033a Lincoln60: Add GPIO definitions for the microSD slot 2015-06-04 16:58:59 -06:00
Gregory Nutt b26dbe3ec6 Trivial spacing change 2015-06-04 09:49:52 -06:00
Gregory Nutt ec2c3a96c5 Correct some comments. Noted by Jouko Holopainen 2015-06-04 08:12:58 -06:00
Gregory Nutt 2db059145c Lincoln60: Correct size of SRAM in configurations 2015-06-04 07:54:56 -06:00
Gregory Nutt 5ad6514ec0 Update ChangeLog 2015-06-04 06:55:49 -06:00