Commit Graph

4034 Commits

Author SHA1 Message Date
Efim Monjak
5a4bb1714d In ARMV71-Xplained clock configuration, divider was set to 25 to get 25*12MHz=300MHz CPU clock. The correct multiplier is 24 becaue the calculatin if (24+1)*12MHz. So the board was running at 312MHz. From Efim Monjak. 2015-06-26 06:52:37 -06:00
Gregory Nutt
ce7955bae8 Update README and TODO list 2015-06-25 13:39:57 -06:00
Gregory Nutt
e615c848fe Set date to 2015 in all new SAMD21 Xplained files 2015-06-21 12:42:35 -06:00
Gregory Nutt
8d5cfcfb20 Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems 2015-06-21 12:21:54 -06:00
Gregory Nutt
0546eb7d04 SAMD21: Update fuse definitions for the SAMD21 2015-06-21 10:20:23 -06:00
Gregory Nutt
ad454683bb Updates to SAMD21 Xplained NSH configuration 2015-06-21 07:56:15 -06:00
Gregory Nutt
c8e6720c62 Add board configuration for the SAMD21 Xplained board 2015-06-21 07:48:46 -06:00
Gregory Nutt
8750bf0d9a SAMD2x: Eliminate a warning 2015-06-20 16:06:01 -06:00
Gregory Nutt
d8da1d61ec configs/sim/nsh: Need larger stack when posix_spawn 2015-06-18 10:59:29 -06:00
Gregory Nutt
deb46613d7 Refresh SAMV71-Xult configurations 2015-06-17 12:01:33 -06:00
Gregory Nutt
2782d6be80 Update README 2015-06-15 11:37:16 -06:00
Gregory Nutt
1933260618 SAML21 minor stuff 2015-06-14 14:27:58 -06:00
Gregory Nutt
4d4d96cb2f Add start/end LPRAM symbols. We might need to use the _elpram symbol if we want to add some LPRAM to heap 2015-06-14 08:57:47 -06:00
Gregory Nutt
6b8ae61dad SAML21: Add DMA descriptor management logic 2015-06-14 08:48:25 -06:00
Gregory Nutt
ff966232a5 SAMD21: Add build framework for DMA support. Nothing there yet except for skeletal logic taken from SAM3/4. 2015-06-13 15:06:37 -06:00
Gregory Nutt
2085d6a7fa Refresh configurations 2015-06-12 09:56:14 -06:00
Gregory Nutt
86dfb3dd94 Teensy-3.1: Calibrate delay loop 2015-06-12 07:44:44 -06:00
Gregory Nutt
12753c632a Teensy-3.1: Fix board LED 2015-06-12 07:37:06 -06:00
Gregory Nutt
ca9f891194 Fix some garbage left in a README file in a previous commit 2015-06-11 14:44:42 -06:00
Gregory Nutt
d08c4948f2 Teensy-3.0: Rename Teensy-3.1 linker script; add a new linker script for Teensy-3.0 2015-06-11 12:56:58 -06:00
Gregory Nutt
f4e8a5fb1d With these tweaks to the clocking, the Teensy-3.1 NSH configuration is fully functional 2015-06-11 09:07:35 -06:00
Gregory Nutt
73f43354a5 Kinetis: Add logic to set CFM protect area to all 0xff in all configurations 2015-06-11 08:39:40 -06:00
Gregory Nutt
af0862e3e7 Fix some typos in last commit 2015-06-10 17:22:51 -06:00
Gregory Nutt
de254f6ac3 Teensy-3.1: Add user LED support 2015-06-10 17:19:26 -06:00
Gregory Nutt
63226728b6 Update README 2015-06-10 15:19:29 -06:00
Gregory Nutt
d519436eac Typo fix 2015-06-10 12:31:42 -06:00
Gregory Nutt
93e0980623 Add support for teensy-3.0 2015-06-10 11:45:53 -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
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
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
2225b1642c Update some README files 2015-06-07 10:25:03 -06:00
Gregory Nutt
219bf39ace Update documentation and README file 2015-06-06 19:16:17 -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
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
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
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
2db059145c Lincoln60: Correct size of SRAM in configurations 2015-06-04 07:54:56 -06:00
Gregory Nutt
54bbdca913 LC17 Ethernet: Ignore 4-bit versin number when checking for PHY ID match 2015-06-03 19:47:10 -06:00
Gregory Nutt
e96ec630c1 Lincoln60: Update board.h to get clean compile of the netnsh configuration. Update README.txt 2015-06-03 19:08:48 -06:00
Gregory Nutt
bf4db207ad Lincoln60: Add a network enabled NXH configuration (still does not yet build) 2015-06-03 18:48:08 -06:00
Gregory Nutt
201a024ef9 Update README.txt 2015-06-03 16:36:13 -06:00
Gregory Nutt
5df7ae9b64 Refresh Lincoln60 configuration 2015-06-03 15:52:49 -06:00