Gregory Nutt
|
2dbaed4779
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -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
|
ab5b37189b
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
069ea487ae
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -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
|
7050b91155
|
Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file
|
2014-03-06 12:23:26 -06:00 |
|
Gregory Nutt
|
58eed436e9
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -06:00 |
|
Gregory Nutt
|
de80fe2e04
|
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
|
2014-02-28 07:45:51 -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
|
42a86a9cba
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
efbf03ad76
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
|
Gregory Nutt
|
91052a1029
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -06:00 |
|
Gregory Nutt
|
bb1f5e7d87
|
Arduino Due: RXD0 pull-up works with both REV2 and REV3
|
2013-10-10 07:11:13 -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
|
33e3bbefd5
|
Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
|
2013-09-25 18:50:14 -06:00 |
|
Gregory Nutt
|
024cb72187
|
Move apps/examples/usbmsc to apps/system/usbmsc
|
2013-09-25 16:54:39 -06:00 |
|
Gregory Nutt
|
efded598fd
|
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
|
2013-07-26 10:09:17 -06:00 |
|
Gregory Nutt
|
23fd5e4626
|
Revamp the way external memory regions are configured; Add logic to add SAMA5 external memory regions to the heap
|
2013-07-24 10:08:32 -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
|
9bd0ede6e0
|
Back out part of last change to the Arduino Due touchscreen driver
|
2013-07-03 09:07:01 -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
|
02ee101fda
|
Revise how delays are calculated in SPI bit bang driver so that we may get a little better frequency resolution
|
2013-07-01 20:55:36 -06:00 |
|
Gregory Nutt
|
ba19aff54c
|
clean up of SPI bit bang logic
|
2013-07-01 17:49:43 -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
|
b46b72e341
|
quick and not very accurate calibration of arduino due timing loops
|
2013-06-28 15:50:44 -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
|
74084ee74e
|
With these changes the Arduino Due port builds without errors
|
2013-06-27 15:07:07 -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 |
|