Gregory Nutt
|
d86a9c9691
|
Refresh some configurations
|
2015-09-26 08:40:57 -06:00 |
|
Gregory Nutt
|
4f60d78d56
|
SAMV71-XULT: Add support for the NSH network monitor
|
2015-09-25 10:14:40 -06:00 |
|
Paul A. Patience
|
55d8aee826
|
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
|
2015-09-04 16:42:34 -06:00 |
|
Paul A. Patience
|
81268bb75c
|
Add -Wundef warning flag
|
2015-09-01 13:19:57 -04:00 |
|
Gregory Nutt
|
34cb87bfd0
|
SAMV71-XULT: Add logic to initialize the ST24FL1 QuadSPI FLASH
|
2015-08-31 09:23:38 -06:00 |
|
Gregory Nutt
|
f3f45a8fd8
|
Update README
|
2015-08-22 10:14:36 -06:00 |
|
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
|
d1ab9c2e0a
|
Remove the configs/ directory
|
2015-06-29 13:12:29 -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 |
|
Gregory Nutt
|
342f5fe33d
|
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 |
|
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
|
c1990bb2ea
|
Update README and TODO list
|
2015-06-25 13:39:57 -06:00 |
|
Gregory Nutt
|
ce7955bae8
|
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
|
deb46613d7
|
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
|
3ee2902c3e
|
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
|
fce87336a4
|
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
|
4adda9d428
|
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
|
416af1b54f
|
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
|
98ed7bab0e
|
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
|
5e756deef5
|
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
|
5d55ef59b6
|
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
|
9e84252668
|
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
|
f8a51bd706
|
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
|
0cabda1e5b
|
SAMV71-XULT: Add an NxWM configuration (unverified on initial commit)
|
2015-05-12 18:57:30 -06:00 |
|