summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Update ChangeLogsGregory Nutt2-0/+8
2015-03-31NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt97-50/+95
2015-03-31Fix some problems with a preceding commitGregory Nutt5-5/+5
2015-03-31Update ChangeLogGregory Nutt1-0/+9
2015-03-31boardctl(): Add a new non-standard OS interface. This is similar to a driver...Gregory Nutt15-4/+395
2015-03-31Update ChangeLogGregory Nutt2-0/+2
2015-03-31Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt120-405/+324
2015-03-31SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro on...Gregory Nutt7-190/+524
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-29SAMV7 Ethernet: Fix a write-past-end-of-buffer and trash-the-heap problemGregory Nutt1-12/+12
2015-03-29Add some missing dependencies in Kconfig filesGregory Nutt3-0/+3
2015-03-29Update ChangeLogGregory Nutt1-1/+14
2015-03-29The STM32F4Discovery board doesn't come with a Low speed external oscillator ...Gregory Nutt13-293/+501
2015-03-29Minor Documentation updateGregory Nutt2-1/+3
2015-03-29Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt4-24/+20
2015-03-29SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look...Gregory Nutt10-14/+86
2015-03-29Update documentationGregory Nutt2-10/+96
2015-03-29PIC32MZ Ethernet: Add support for LAN4720A and fix IRQ namespace. From Krist...Gregory Nutt2-10/+30
2015-03-29PIC32MZ: Correct the base address of Ethernet registers. From Kristopher TateGregory Nutt1-186/+186
2015-03-29PIC32MZ Ethernet: Enable PBCLK5 and MII divider for PHY. From Kistopher TateGregory Nutt1-1/+14
2015-03-29PIC32MZ: Rename Ethernet files to proper convention. From Kristopher Tate.Gregory Nutt2-0/+0
2015-03-29PIC32MZ Ethernet: Add support for LAN8740A PHYGregory Nutt2-0/+8
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-28Clean up pointer handling to make code more readability. This re-introduces ...Gregory Nutt1-101/+140
2015-03-28SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This mea...Gregory Nutt4-98/+147
2015-03-28SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seem...Gregory Nutt3-9/+16
2015-03-27SAMV71-XULT: Add a network-enabled NSH configurationGregory Nutt4-4/+1559
2015-03-27SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt2-17/+38
2015-03-27Fix another typo in the modified assertion logiGregory Nutt1-1/+1
2015-03-27Fix a typo in the last commitGregory Nutt1-1/+1
2015-03-27SAMV7 Ethernet+USB UpdatesGregory Nutt3-12/+34
2015-03-27ARMv7-M: Add logic to dump all stack usage on a crashGregory Nutt1-0/+40
2015-03-26Updated comments/READMEGregory Nutt2-4/+17
2015-03-26SAMV6 USB updatesGregory Nutt2-7/+40
2015-03-26SAMV7 USB: Move clock initialization back to sam_clockconfig.c; add seperate ...Gregory Nutt4-102/+207
2015-03-25SAMV7 USB: Replace 0 with something a little more informativeGregory Nutt1-6/+7
2015-03-25SAMV7 USB: Add some conditioned out test codeGregory Nutt1-7/+26
2015-03-25Add UTMI register definitionsGregory Nutt2-0/+47
2015-03-25SAMV7 USB: More changesGregory Nutt1-13/+17
2015-03-25SAMV7 USB: more updatesGregory Nutt6-125/+189
2015-03-25SAMV7 USB DCD: A few more fixed from early intergration. Still does not workGregory Nutt2-20/+7
2015-03-25SAMV7 USB: More fixes at beginning of testing. Still a long way from workingGregory Nutt1-29/+28
2015-03-24SAMV7 USB DCD is code complete and ready for testGregory Nutt1-19/+42
2015-03-24SAMV7 USB: Updates to interrupt handling logicGregory Nutt1-110/+154
2015-03-24SAMV7 USB: Updates to endpoint configuration logicGregory Nutt2-47/+77
2015-03-24SAMV7 USB: Updates to early initialization logicGregory Nutt3-56/+72
2015-03-23Make sure that FPU test, HID keyboard example, and touchscreen options are on...Gregory Nutt3-3/+19
2015-03-23Fix typo from last commitGregory Nutt1-6/+6