summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Update comments and READMEGregory Nutt2015-04-053-23/+53
* SAMV7: Fix SDRAM initialization instabiilties by changing the order of initia...Gregory Nutt2015-04-042-36/+7
* Update READMEGregory Nutt2015-04-041-3/+8
* SAMV71-XULT: Enable SDRAM and the RAM test in the nsh configurationGregory Nutt2015-04-042-9/+45
* Fixes a few typos in commentsGregory Nutt2015-04-041-3/+3
* SAMV71-XULT: Tried the SDRAM test again. Found one bug, but it still failsGregory Nutt2015-04-043-39/+33
* SAMV71-XULT: Some improved namingGregory Nutt2015-04-045-76/+76
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-0424-147/+171
* ILI9488: Correct some data width issues. Now the ILI9488 driver works fine.Gregory Nutt2015-04-041-3/+5
* ILI9488: Correct logic that gets the LCD IDGregory Nutt2015-04-041-5/+44
* SAMV17-XULT: Can't use UART3 when LCD is conencted, switch to USART0Gregory Nutt2015-04-043-26/+106
* Fix typos in debug assertionsGregory Nutt2015-04-042-5/+5
* More updates to README fileGregory Nutt2015-04-031-10/+62
* SAMV71-XULT: The ILI9488 LCD is now enabled by default in the mxtxplnd confi...Gregory Nutt2015-04-034-275/+317
* SAMV71-XULT ILI9488 LCD driver is code complete but untestedGregory Nutt2015-04-035-501/+892
* SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD drive...Gregory Nutt2015-04-036-82/+1487
* SAMV7: Fixes to WM8904 buildGregory Nutt2015-04-022-11/+11
* Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt2015-04-021-0/+15
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-0119-19/+19
* SAMV7 WM8904: Leverage WM8904 logic from the SAMA5D4-EKGregory Nutt2015-04-018-4/+761
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-3117-45/+76
* Update several defconfig files. Make sure that every defconfig file that req...Gregory Nutt2015-03-315-0/+10
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-3111-33/+67
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-3121-47/+97
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-3128-86/+130
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-3193-16/+87
* boardctl(): Add a new non-standard OS interface. This is similar to a driver...Gregory Nutt2015-03-313-0/+235
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-31114-395/+299
* SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro on...Gregory Nutt2015-03-316-188/+522
* SAMV71-XULT: Add a configuration for testing the maXTouch Xplained Pro connec...Gregory Nutt2015-03-3013-57/+2010
* Update READMEGregory Nutt2015-03-301-10/+38
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-292-21/+16
* SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look...Gregory Nutt2015-03-291-3/+13
* PIC32MZ Ethernet: Enable PBCLK5 and MII divider for PHY. From Kistopher TateGregory Nutt2015-03-291-1/+14
* Minor update to a READMEGregory Nutt2015-03-291-1/+7
* SAMV71-XULT: netnsh configuration is back to -O2Gregory Nutt2015-03-282-5/+25
* SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This mea...Gregory Nutt2015-03-282-12/+5
* SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seem...Gregory Nutt2015-03-282-7/+7
* SAMV71-XULT: Add a network-enabled NSH configurationGregory Nutt2015-03-274-4/+1559
* SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt2015-03-271-0/+5
* SAMV7 Ethernet+USB UpdatesGregory Nutt2015-03-271-6/+20
* Updated comments/READMEGregory Nutt2015-03-261-0/+13
* SAMV7 USB: more updatesGregory Nutt2015-03-253-19/+60
* SAMV7: Add framework for USB DCD. Initial check-in is just the SAMA5 USB DCD...Gregory Nutt2015-03-232-0/+83
* Refresh ConfigurationsGregory Nutt2015-03-232-88/+338
* Calvin's changes to the tm4c123g-launchpadGregory Nutt2015-03-235-80/+106
* Update README.txtGregory Nutt2015-03-221-2/+8
* Update PIC32MZ README and board.h commentsGregory Nutt2015-03-222-2/+35
* PIC32MZ: change defaults to match the MEBII board. From Kristopher TateGregory Nutt2015-03-222-65/+71
* PIC32MZ: Minor change to setenv.sh so that you can change tools correctlyGregory Nutt2015-03-221-0/+2