summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-3115-39/+125
* Update ChangeLogsGregory Nutt2015-03-311-0/+6
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-3123-47/+140
* Update ChangeLogsGregory Nutt2015-03-311-0/+7
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-3132-135/+200
* Update ChangeLogsGregory Nutt2015-03-311-0/+4
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-3193-16/+87
* 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-311-0/+1
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-31116-398/+316
* 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
* 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-293-23/+18
* 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
* SAMV7 USB: Replace 0 with something a little more informativeGregory Nutt2015-03-251-6/+7
* SAMV7 USB: Add some conditioned out test codeGregory Nutt2015-03-251-7/+26
* Add UTMI register definitionsGregory Nutt2015-03-252-0/+47
* SAMV7 USB: More changesGregory Nutt2015-03-251-13/+17
* SAMV7 USB: more updatesGregory Nutt2015-03-256-125/+189
* SAMV7 USB DCD: A few more fixed from early intergration. Still does not workGregory Nutt2015-03-252-20/+7
* SAMV7 USB: More fixes at beginning of testing. Still a long way from workingGregory Nutt2015-03-251-29/+28
* SAMV7 USB DCD is code complete and ready for testGregory Nutt2015-03-241-19/+42
* SAMV7 USB: Updates to interrupt handling logicGregory Nutt2015-03-241-110/+154