summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-3128-86/+130
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-3193-16/+87
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* boardctl(): Add a new non-standard OS interface. This is similar to a ↵Gregory Nutt2015-03-313-0/+235
| | | | driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-31114-395/+299
|
* SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro ↵Gregory Nutt2015-03-316-188/+522
| | | | on the 50-pin LCD connector
* SAMV71-XULT: Add a configuration for testing the maXTouch Xplained Pro ↵Gregory Nutt2015-03-3013-57/+2010
| | | | connected to the board
* Update READMEGregory Nutt2015-03-301-10/+38
|
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-292-21/+16
| | | | SAMV7 Ethernet: I- and D-Cache are now enabled in the netnsh/ configuration. D-Cache is enabled in write-though mode. This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
* SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet ↵Gregory Nutt2015-03-291-3/+13
| | | | look like it needs this
* PIC32MZ Ethernet: Enable PBCLK5 and MII divider for PHY. From Kistopher TateGregory Nutt2015-03-291-1/+14
|
* Minor update to a READMEGregory Nutt2015-03-291-1/+7
|
* SAMV71-XULT: netnsh configuration is back to -O2Gregory Nutt2015-03-282-5/+25
|
* SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This ↵Gregory Nutt2015-03-282-12/+5
| | | | means the alignment of buffers must be at least to the data cache line size at both ends of the buffer
* SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround ↵Gregory Nutt2015-03-282-7/+7
| | | | seems to be to set it twice. Restored full optimization. Also CONFIG_NET_NOINTS is set so that interrupt level provessing is avoided
* SAMV71-XULT: Add a network-enabled NSH configurationGregory Nutt2015-03-274-4/+1559
|
* SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt2015-03-271-0/+5
|
* SAMV7 Ethernet+USB UpdatesGregory Nutt2015-03-271-6/+20
|
* Updated comments/READMEGregory Nutt2015-03-261-0/+13
|
* SAMV7 USB: more updatesGregory Nutt2015-03-253-19/+60
|
* SAMV7: Add framework for USB DCD. Initial check-in is just the SAMA5 USB ↵Gregory Nutt2015-03-232-0/+83
| | | | DCD with naming changes to get a clean compilation. Needs careful review and comparison with datasheet and, of course, testing
* Refresh ConfigurationsGregory Nutt2015-03-232-88/+338
|
* Calvin's changes to the tm4c123g-launchpadGregory Nutt2015-03-235-80/+106
|
* Update README.txtGregory Nutt2015-03-221-2/+8
|
* Update PIC32MZ README and board.h commentsGregory Nutt2015-03-222-2/+35
|
* PIC32MZ: change defaults to match the MEBII board. From Kristopher TateGregory Nutt2015-03-222-65/+71
|
* PIC32MZ: Minor change to setenv.sh so that you can change tools correctlyGregory Nutt2015-03-221-0/+2
|
* More changes for PIC32MZ build under XC32Gregory Nutt2015-03-216-15/+353
|
* PIC23MX Starter Kit: Looks like we need to use a different linker script ↵Gregory Nutt2015-03-215-4/+345
| | | | with Pinguino
* All kernel 1st pass builds: Rename files for better conformance to naming ↵Gregory Nutt2015-03-2110-10/+10
| | | | conventions
* Neuros OSD: Rename files for better conformance to naming conventionsGregory Nutt2015-03-213-5/+5
|
* US7032EVB1: Rename files for better conformance to naming conventionsGregory Nutt2015-03-212-10/+10
|
* SKP16C26: Rename files for better conformance to naming conventionsGregory Nutt2015-03-216-19/+19
|
* Olimex-STRP711: Rename files for better conformance to naming conventionsGregory Nutt2015-03-216-24/+23
|
* Clean up some misnamed garbage in MakefilesGregory Nutt2015-03-215-7/+7
|
* ZP214XPA: Rename files for better conformance to naming conventionsGregory Nutt2015-03-213-18/+16
|
* MCU-123 LPC2148: Rename files for better conformance to naming conventionsGregory Nutt2015-03-216-27/+25
|
* c5471 EVM: Rename files for better conformance to naming conventionsGregory Nutt2015-03-212-3/+4
|
* LPC4330 Xplorer: Rename files for better conformance to naming conventionsGregory Nutt2015-03-218-49/+45
|
* EA3152: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2111-48/+39
|
* Update commentGregory Nutt2015-03-211-1/+0
|
* EA3131: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2112-32/+25
|
* MX1 ADS: Rename files for better conformance to naming conventionsGregory Nutt2015-03-214-17/+15
|
* NE64BADGE: Rename files for better conformance to naming conventionsGregory Nutt2015-03-217-27/+22
|
* DMEO9S12NE64: Rename files for better conformance to naming conventionsGregory Nutt2015-03-217-26/+21
|
* Kwikstick-K40: Rename files for better conformance to naming conventionsGregory Nutt2015-03-219-36/+30
|
* TWR-K60N512: Rename files for better conformance to naming conventionsGregory Nutt2015-03-219-36/+31
|
* AVR32DEV1: Rename files for better conformance to naming conventionsGregory Nutt2015-03-215-20/+18
|
* Teensy: Rename files for better conformance to naming conventionsGregory Nutt2015-03-216-33/+32
|
* Micropendous 3: Rename files for better conformance to naming conventionsGregory Nutt2015-03-213-20/+20
|
* Amber: Rename files for better conformance to naming conventionsGregory Nutt2015-03-213-23/+24
|