Commit Graph

123 Commits

Author SHA1 Message Date
Gregory Nutt
435277ed3a Update README 2015-08-21 12:32:34 -06:00
Gregory Nutt
88660657c2 Rename can_devinit() to board_can_initialize(). Hook in to boardctl() with BOARDIOC_CAN_INITIALIZE 2015-08-18 13:21:45 -06:00
Gregory Nutt
4a0f89168a SAMV71-XULT: Update README 2015-08-16 10:59:35 -06:00
Gregory Nutt
33664a3451 SAMV71-XULT: Add discussion of the SPI slave driver in the README file 2015-08-11 09:30:52 -06:00
Gregory Nutt
e3097a6028 Updte SAMV71-XULT README file 2015-08-11 07:52:20 -06:00
Gregory Nutt
b90f4a1299 Add stub SPI support for the SAMV71-XULT 2015-08-09 09:40:03 -06:00
Gregory Nutt
6f17af4b6f Refresh all SAMV7 configurations 2015-08-09 09:20:29 -06:00
Gregory Nutt
3cb9af4dd9 Update README 2015-08-05 09:16:56 -06:00
Gregory Nutt
b80d9daf36 Update a README file 2015-08-05 08:21:50 -06:00
Gregory Nutt
6f0cbfbd64 SAMV71-XULT: Add support for MCAN1 loopback test 2015-08-05 08:05:26 -06:00
Gregory Nutt
81dcadf70a Add a fiew more SAMV7 clocking definitions 2015-07-31 11:17:26 -06:00
Gregory Nutt
650ba80ac0 All setenv.sh files updated to use the path to the ARM 4.0 2015q2 toolchain 2015-07-31 08:40:40 -06:00
Gregory Nutt
75595ddfef Remove refereneces to DNSCLIENT IPv4/IPv6 2015-07-12 14:13:18 -06:00
Gregory Nutt
42f69ba42f Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb 2015-07-10 12:09:58 -06:00
Gregory Nutt
f7ba1b1eeb Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files 2015-07-04 15:19:11 -06:00
Gregory Nutt
7214e52fb2 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Efim Monjak
e187d6eb8b 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
c1990bb2ea Update README and TODO list 2015-06-25 13:39:57 -06:00
Gregory Nutt
612bc18e90 Refresh SAMV71-Xult configurations 2015-06-17 12:01:33 -06:00
Gregory Nutt
7d971aa4a2 SAMV71-XULT: Fix a warning with button support is disabled 2015-06-03 08:36:19 -06:00
Gregory Nutt
add36cc3de Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis 2015-05-30 10:00:54 -06:00
Gregory Nutt
0dbf579aa8 Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
Gregory Nutt
2870779cc3 Update README 2015-05-13 13:30:26 -06:00
Gregory Nutt
91ada88a2f SAMV71-XULT: Reads from LCD memory do not work. Change configuration so that the LCD is treated as write-only 2015-05-13 11:47:47 -06:00
Gregory Nutt
f8bd2f4c4b Update README 2015-05-13 10:38:54 -06:00
Gregory Nutt
fc0d6b5123 SAMV71-XULT: Minor updates to nxwm configuration. There are still issues 2015-05-13 10:09:32 -06:00
Gregory Nutt
b30ff7ed58 SAMV71-Xult: Add missing NxWM configuration settings; Fix cloning error in C++ support 2015-05-12 19:43:20 -06:00
Gregory Nutt
3bbacad12b SAMV7-XULT: Add C++ support 2015-05-12 19:12:25 -06:00
Gregory Nutt
b057ebb6f1 SAMV71-XULT: Add an NxWM configuration (unverified on initial commit) 2015-05-12 18:57:30 -06:00
Gregory Nutt
4c72b2eb1a Update ChangeLog and README 2015-05-12 17:59:45 -06:00
Gregory Nutt
dcdc23252c Add configuration option to select touchscreen X/Y 2015-05-12 17:56:35 -06:00
Gregory Nutt
4883e4494b Refresh configuration 2015-05-12 17:56:34 -06:00
Gregory Nutt
c132f4a520 Refresh configuration 2015-05-12 17:56:33 -06:00
Gregory Nutt
a280358392 Fix some references to statfs being in stdio.h in documentation 2015-05-12 13:43:04 -06:00
Gregory Nutt
59b5678bff Update ChangeLog 2015-05-12 13:36:23 -06:00
Gregory Nutt
c44b444135 Add maXTouch configuration data. 2015-05-12 09:48:43 -06:00
Gregory Nutt
4a24c31797 SAMV71-XULT: Eliminate a bogus warning 2015-05-07 17:16:57 -06:00
Gregory Nutt
7dba70685a Refresh configurations 2015-04-12 09:34:32 -06:00
Gregory Nutt
2fd4002e9f Minor updates to README files 2015-04-10 11:33:01 -06:00
Gregory Nutt
a114382874 Refresh some configurations 2015-04-08 14:12:17 -06:00
Gregory Nutt
02cc6a54a3 SAMV71-XULT: Update SDRAM refresh rate based on latest softpack 2015-04-08 12:42:54 -06:00
Gregory Nutt
68a97a53ac Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
Gregory Nutt
95ee8a4ef9 Modbus: Misc cleanup 2015-04-07 12:16:15 -06:00
Gregory Nutt
6848714dc8 STM32 RTCC: Make back-up register and magic value used by RTCC configurable. From David Sidrane 2015-04-06 16:26:59 -06:00
Gregory Nutt
e6fcd3f2ac Update TODO list and a README 2015-04-05 09:51:38 -06:00
Gregory Nutt
0d361dc4be Update comments and README 2015-04-05 07:22:46 -06:00
Gregory Nutt
23d4d23958 SAMV7: Fix SDRAM initialization instabiilties by changing the order of initialization 2015-04-04 19:58:31 -06:00
Gregory Nutt
14d6940a66 Update README 2015-04-04 19:22:26 -06:00
Gregory Nutt
08c6df12a3 SAMV71-XULT: Enable SDRAM and the RAM test in the nsh configuration 2015-04-04 19:04:54 -06:00
Gregory Nutt
1442c23c72 Fixes a few typos in comments 2015-04-04 18:29:29 -06:00