summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Import layer1 from osmocomBB (WIP: NOT COMPLETE)gnutoo/layer1-2015-wipDenis 'GNUtoo' Carikli182-117/+17253
2015-04-05Calypso: SPI built only if CONFIG_SPIGregory Nutt1-3/+7
2015-04-05NX circular drawing. Reduce computations; line caps needed only on every oth...Gregory Nutt3-6/+37
2015-04-05Update TODO list and a READMEGregory Nutt2-13/+6
2015-04-05Update ChangeLogsGregory Nutt3-0/+13
2015-04-05Implement line caps by drawing a file circle at the each endpoint of a line w...Gregory Nutt6-7/+109
2015-04-05Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt22-77/+137
2015-04-05Update comments and READMEGregory Nutt5-27/+58
2015-04-04SAMV7: Fix SDRAM initialization instabiilties by changing the order of initia...Gregory Nutt3-72/+11
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-04SAMV7: Apparently the data sheet is wrong, SDRAM clocking must be enabled at...Gregory Nutt1-2/+2
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-04SAMV7: Fix a errort in GPIO bit encoding. Correct naming of a variableGregory Nutt2-4/+4
2015-04-04SAMV71-XULT: Some improved namingGregory Nutt5-76/+76
2015-04-04SAMV7: Fix typo in some GPIO definitionsGregory Nutt1-5/+5
2015-04-04Upate ChangeLogsGregory Nutt3-2/+10
2015-04-04More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt39-234/+291
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-03Minor documentation updateGregory Nutt1-3/+6
2015-04-03SAMV71-XULT ILI9488 LCD driver is code complete but untestedGregory Nutt6-513/+904
2015-04-03SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD drive...Gregory Nutt8-82/+1707
2015-04-03Correct typos in commentsGregory Nutt1-5/+5
2015-04-03Remove carriage returns from fileGregory Nutt1-137/+137
2015-04-03Add ILI9488 header fileGregory Nutt2-24/+165
2015-04-02SAMV7: Fixes to WM8904 buildGregory Nutt2-11/+11
2015-04-02Update ChangeLogGregory Nutt1-0/+2
2015-04-02Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt7-3/+964
2015-04-01Fix some missing inclusions in include/nuttx/board.hGregory Nutt1-0/+4
2015-04-01Header file for the CS2100-CPGregory Nutt1-0/+165
2015-04-01Update ChangeLogGregory Nutt1-0/+2
2015-04-01Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt43-59/+59
2015-04-01SAMV7 WM8904: Leverage WM8904 logic from the SAMA5D4-EKGregory Nutt8-4/+761
2015-04-01Update DocumentationGregory Nutt2-53/+104
2015-03-31Update ChangeLogsGregory Nutt2-1/+8
2015-03-31Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt22-62/+114
2015-03-31Kconfig files: If external graphics initialization is required, it depends on...Gregory Nutt6-0/+12
2015-03-31Update ChangeLogGregory Nutt1-0/+4
2015-03-31Update several defconfig files. Make sure that every defconfig file that req...Gregory Nutt5-0/+10
2015-03-31Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt35-145/+256
2015-03-31Update ChangeLogsGregory Nutt2-0/+9
2015-03-31Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt26-62/+145
2015-03-31Update ChangeLogsGregory Nutt2-0/+11
2015-03-31rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt39-172/+236