summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-0143-59/+59
* SAMV7 WM8904: Leverage WM8904 logic from the SAMA5D4-EKGregory Nutt2015-04-018-4/+761
* Update DocumentationGregory Nutt2015-04-012-53/+104
* Update ChangeLogsGregory Nutt2015-03-312-1/+8
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-3122-62/+114
* Kconfig files: If external graphics initialization is required, it depends on...Gregory Nutt2015-03-316-0/+12
* Update ChangeLogGregory Nutt2015-03-311-0/+4
* 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-3135-145/+256
* Update ChangeLogsGregory Nutt2015-03-312-0/+9
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-3126-62/+145
* Update ChangeLogsGregory Nutt2015-03-312-0/+11
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-3139-172/+236
* Update ChangeLogsGregory Nutt2015-03-312-0/+8
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-3197-50/+95
* Fix some problems with a preceding commitGregory Nutt2015-03-315-5/+5
* Update ChangeLogGregory Nutt2015-03-311-0/+9
* boardctl(): Add a new non-standard OS interface. This is similar to a driver...Gregory Nutt2015-03-3115-4/+395
* Update ChangeLogGregory Nutt2015-03-312-0/+2
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-31120-405/+324
* SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro on...Gregory Nutt2015-03-317-190/+524
* 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
* SAMV7 Ethernet: Fix a write-past-end-of-buffer and trash-the-heap problemGregory Nutt2015-03-291-12/+12
* Add some missing dependencies in Kconfig filesGregory Nutt2015-03-293-0/+3
* Update ChangeLogGregory Nutt2015-03-291-1/+14
* The STM32F4Discovery board doesn't come with a Low speed external oscillator ...Gregory Nutt2015-03-2913-293/+501
* Minor Documentation updateGregory Nutt2015-03-292-1/+3
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-294-24/+20
* SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look...Gregory Nutt2015-03-2910-14/+86
* Update documentationGregory Nutt2015-03-292-10/+96
* PIC32MZ Ethernet: Add support for LAN4720A and fix IRQ namespace. From Krist...Gregory Nutt2015-03-292-10/+30
* PIC32MZ: Correct the base address of Ethernet registers. From Kristopher TateGregory Nutt2015-03-291-186/+186
* PIC32MZ Ethernet: Enable PBCLK5 and MII divider for PHY. From Kistopher TateGregory Nutt2015-03-291-1/+14
* PIC32MZ: Rename Ethernet files to proper convention. From Kristopher Tate.Gregory Nutt2015-03-292-0/+0
* PIC32MZ Ethernet: Add support for LAN8740A PHYGregory Nutt2015-03-292-0/+8
* Minor update to a READMEGregory Nutt2015-03-291-1/+7
* SAMV71-XULT: netnsh configuration is back to -O2Gregory Nutt2015-03-282-5/+25
* Clean up pointer handling to make code more readability. This re-introduces ...Gregory Nutt2015-03-281-101/+140
* SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This mea...Gregory Nutt2015-03-284-98/+147
* SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seem...Gregory Nutt2015-03-283-9/+16
* SAMV71-XULT: Add a network-enabled NSH configurationGregory Nutt2015-03-274-4/+1559
* SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt2015-03-272-17/+38
* Fix another typo in the modified assertion logiGregory Nutt2015-03-271-1/+1
* Fix a typo in the last commitGregory Nutt2015-03-271-1/+1
* SAMV7 Ethernet+USB UpdatesGregory Nutt2015-03-273-12/+34
* ARMv7-M: Add logic to dump all stack usage on a crashGregory Nutt2015-03-271-0/+40
* Updated comments/READMEGregory Nutt2015-03-262-4/+17
* SAMV6 USB updatesGregory Nutt2015-03-262-7/+40
* SAMV7 USB: Move clock initialization back to sam_clockconfig.c; add seperate ...Gregory Nutt2015-03-264-102/+207