Gregory Nutt
e4922ed9f0
Remove instructures to CD to tools/ before running ./configure.sh
...
Squashed commit of the following:
configs/*/README.txt: Replace each occurrence of './configure.sh' with 'tools/configure.sh'
configs/*/README.txt: Remove 'cd ..' after each './configure.sh'
configs/*/README.txt: Remove 'cd -' after each './configure.sh'
configs/*/README.txt: Remove 'cd tools' before each './configure.sh'
configs/README.txt: Remove instruction to CD tools/ before running configure.sh.
2018-05-09 11:41:46 -06:00
Gregory Nutt
cafb527262
configs/flipnclick-sam3x: Using JTAG (vs. Bossac) I was finally able to load code and verify the basic NSH configuration. Updated READMEs. Also switched to USART0 (vs UART0) for the serial console because I was not getting bi-directional communication on the VCOM.
2018-01-24 08:52:40 -06:00
Gregory Nutt
4227d11b6c
configs/flipnclick-sam3x: Update README and some comments.
2018-01-07 11:07:39 -06:00
Gregory Nutt
ed18e427f3
Squashed commit of the following:
...
configs/flipnclick-sam3x: Add support for the 4 user-controllable LEDs on the board.
configs/flipnclick-sam3x: Add board support for the Mikroe Flip&Click SAM3X.
configs/arduino-due: Update this old configuration so that it is structured a little more like recent board support.
2018-01-06 17:06:50 -06:00
Gregory Nutt
c867d42018
arch/arm/src/lpc54xx: Add support for card detect and write protect to SDMMC driver. configs/lpcxpresso-lpc54628: Add logic to bring up SDMMC.
2017-12-20 10:52:05 -06:00
Gregory Nutt
43a221f308
configs: Remove some old, redundant, obsolete boilerplate regarding toolchains that has been cloned into most of the board README files.
2017-11-26 11:36:03 -06:00
Gregory Nutt
f96a7cbc59
Update README
2017-08-25 16:27:55 -06:00
Gregory Nutt
9aac1dd44d
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
2017-04-26 10:12:13 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -06:00
Gregory Nutt
9ec104834a
Remove CONFIG_USARTn_ISUART
2016-05-25 11:21:48 -06:00
Gregory Nutt
3e0efd7279
Fix all URLs to the NuttX repository
2016-04-06 17:56:40 -06:00
Gregory Nutt
de50bc82a7
Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law
2016-01-23 18:21:36 -06:00
Gregory Nutt
e46cd30c14
Change use of mknulldeps.sh to mkwindeps.sh
2016-01-09 14:13:44 -06:00
Gregory Nutt
9e99cfa4e0
Correct many bitbucket.org URLs
2015-06-28 09:14:52 -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
46bd0bc307
This cleans up most of the remaining SourceForge references
2015-06-26 18:13:20 -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
96aa06bad9
Spellcheck README file
2015-04-15 18:11:03 -06:00
Gregory Nutt
85c2c33c53
Add ILI9325 register definition header file
2014-05-12 11:24:57 -06:00
Gregory Nutt
51950d7850
Undefine IRQPRIO in all configurations it should not be set
2014-04-16 08:29:39 -06:00
Gregory Nutt
0cefef9cb5
Documentatin updated; fix errors in some comments
2014-03-28 09:52:07 -06:00
Gregory Nutt
2ba8224cdc
SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-related files
2014-03-23 15:48:10 -06:00
Gregory Nutt
4f657b0577
SAM3/4: Integrate the SPI DMA interface with the existing code. Does not yet work.
2014-03-13 15:54:09 -06:00
Gregory Nutt
58eed436e9
Removed almost all ostest configurations
2014-02-28 19:19:11 -06:00
Gregory Nutt
d45a8ce4bc
SAM4E: Update SAM3/4 TC and DMAC register definition header files
2014-02-25 10:56:23 -06:00
Gregory Nutt
4868acf27e
Add option to enable Aduino Due specific logic, like pull-up on UART0 RXD. Suggested by gdi@embedders.org
2013-10-09 07:35:00 -06:00
Gregory Nutt
efded598fd
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
2013-07-26 10:09:17 -06:00
Gregory Nutt
7c88100581
Fix type in the USB composite device driver
2013-07-04 07:47:32 -06:00
Gregory Nutt
b2a6338e69
Updates for the Sure PIC32 board
2013-07-03 11:39:54 -06:00
Gregory Nutt
242b459b05
Fix SAM34 interrupt handling for ports D-F; fix MISO logic in Arduino Due touchscreen driver
2013-07-03 08:12:45 -06:00
Gregory Nutt
c8a4f69a69
Several fixes to get a clean compile of the Arduino touch screen
2013-07-02 13:52:09 -06:00
Gregory Nutt
d6db74e581
Correct port direction for Arduino MISO signal
2013-07-02 12:37:20 -06:00
Gregory Nutt
d09fd9a9ca
Flesh out a few missing pieces for the Arduino ITEAD TFT shield
2013-07-02 11:36:48 -06:00
Gregory Nutt
3c36e6e8b5
Add support for touchscreen on ITEAD Arduino shield. Untested
2013-07-02 08:25:53 -06:00
Gregory Nutt
5f066efd2d
Add a general bit-bang SPI lower-half driver and implement the bit-bang driver for the Arduino ITEAD TFT shield
2013-07-01 16:50:16 -06:00
Gregory Nutt
a82077e0fc
Add a general bit-bang SPI upper-half driver
2013-07-01 12:23:26 -06:00
Gregory Nutt
17810f3e6f
Created new directories to hold SPI-related files
2013-07-01 08:11:54 -06:00
Gregory Nutt
6a3d1fece4
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
fd683277c4
Arduino Due: Fixes to FLASH address, flash wait states, updated Comments. Now boots and runs a bit before crashing
2013-06-28 11:29:14 -06:00
Gregory Nutt
3e2fe6013c
Add instructions to use BOSSA to load nuttx into Due
2013-06-28 08:54:09 -06:00
Gregory Nutt
7387a6feef
Flesh out the Arduino Due board configuratino and integrate it with the build and configuration system
2013-06-27 14:24:27 -06:00
Gregory Nutt
288adb2f5a
Add peripheral configuration logic for the SAM3X/3A; Change all references to SAM3/4 SPI to SPI0 for compatibity with the SAM3X/3A which has SPI0 and SPI1; Add directory which will eventually holdl an Arduino Due port
2013-06-26 18:46:44 -06:00