summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/samv71-xult
AgeCommit message (Expand)AuthorFilesLines
2015-04-05Update TODO list and a READMEGregory Nutt1-0/+4
2015-04-05Update comments and READMEGregory Nutt3-23/+53
2015-04-04SAMV7: Fix SDRAM initialization instabiilties by changing the order of initia...Gregory Nutt2-36/+7
2015-04-04Update READMEGregory Nutt1-3/+8
2015-04-04SAMV71-XULT: Enable SDRAM and the RAM test in the nsh configurationGregory Nutt2-9/+45
2015-04-04Fixes a few typos in commentsGregory Nutt1-3/+3
2015-04-04SAMV71-XULT: Tried the SDRAM test again. Found one bug, but it still failsGregory Nutt3-39/+33
2015-04-04SAMV71-XULT: Some improved namingGregory Nutt5-76/+76
2015-04-04More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2-9/+16
2015-04-04ILI9488: Correct some data width issues. Now the ILI9488 driver works fine.Gregory Nutt1-3/+5
2015-04-04ILI9488: Correct logic that gets the LCD IDGregory Nutt1-5/+44
2015-04-04SAMV17-XULT: Can't use UART3 when LCD is conencted, switch to USART0Gregory Nutt3-26/+106
2015-04-04Fix typos in debug assertionsGregory Nutt2-5/+5
2015-04-03More updates to README fileGregory Nutt1-10/+62
2015-04-03SAMV71-XULT: The ILI9488 LCD is now enabled by default in the mxtxplnd confi...Gregory Nutt4-275/+317
2015-04-03SAMV71-XULT ILI9488 LCD driver is code complete but untestedGregory Nutt5-501/+892
2015-04-03SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD drive...Gregory Nutt6-82/+1487
2015-04-02SAMV7: Fixes to WM8904 buildGregory Nutt2-11/+11
2015-04-02Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt1-0/+15
2015-04-01SAMV7 WM8904: Leverage WM8904 logic from the SAMA5D4-EKGregory Nutt7-3/+760
2015-03-31rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2-4/+7
2015-03-31NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt3-0/+3
2015-03-31Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt1-2/+4
2015-03-31SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro on...Gregory Nutt6-188/+522
2015-03-30SAMV71-XULT: Add a configuration for testing the maXTouch Xplained Pro connec...Gregory Nutt13-57/+2010
2015-03-30Update READMEGregory Nutt1-10/+38
2015-03-29Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2-21/+16
2015-03-29SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look...Gregory Nutt1-3/+13
2015-03-29Minor update to a READMEGregory Nutt1-1/+7
2015-03-28SAMV71-XULT: netnsh configuration is back to -O2Gregory Nutt2-5/+25
2015-03-28SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This mea...Gregory Nutt2-12/+5
2015-03-28SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seem...Gregory Nutt2-7/+7
2015-03-27SAMV71-XULT: Add a network-enabled NSH configurationGregory Nutt4-4/+1559
2015-03-27SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt1-0/+5
2015-03-27SAMV7 Ethernet+USB UpdatesGregory Nutt1-6/+20
2015-03-26Updated comments/READMEGregory Nutt1-0/+13
2015-03-25SAMV7 USB: more updatesGregory Nutt3-19/+60
2015-03-23SAMV7: Add framework for USB DCD. Initial check-in is just the SAMA5 USB DCD...Gregory Nutt2-0/+83
2015-03-20Refresh ConfigurationGregory Nutt1-3/+10
2015-03-19SAMV71-XULT: Add support for a ConfigData device on the 256 AT24 EEPROMGregory Nutt5-12/+190
2015-03-18SAMV7: Add a sneak internal interface that will allow us to set the MAC addr...Gregory Nutt1-2/+7
2015-03-18SAMV7: Updates to Ethernet driver based on comparison with Atmel sample code....Gregory Nutt2-10/+23
2015-03-17Cosmetic update to READMEGregory Nutt1-7/+8
2015-03-17SAMV7 Ethernet: Support getting IP address from the XULT AT24 EEPROMGregory Nutt4-6/+141
2015-03-16SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. S...Gregory Nutt3-1/+541
2015-03-15Trivial update to FAT, comments, READMEGregory Nutt1-1/+5
2015-03-15This commit enables HSMCI functionality in the SAMV71-XULT. TX DMA is, unfor...Gregory Nutt2-11/+51
2015-03-15Update README filesGregory Nutt1-0/+22
2015-03-14SAMV7: Costmetic changes to SDRAM logicGregory Nutt1-12/+14
2015-03-14SAMV7: More SDRAM logic. It does still does not workGregory Nutt2-24/+79