Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
8b8dd03e
Commit
8b8dd03e
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carvalho de Assis
parent
0306ba55
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/freedom-kl25z/src/Makefile
+5
-1
5 additions, 1 deletion
configs/freedom-kl25z/src/Makefile
configs/sama5d4-ek/README.txt
+2
-2
2 additions, 2 deletions
configs/sama5d4-ek/README.txt
with
7 additions
and
3 deletions
configs/freedom-kl25z/src/Makefile
+
5
−
1
View file @
8b8dd03e
############################################################################
# configs/freedom-kl25z/src/Makefile
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Copyright (C) 2013
-2014
Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
...
...
@@ -42,6 +42,10 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS
=
kl_boardinitialize.c
ifeq
($(CONFIG_NSH_ARCHINIT),y)
CSRCS
+=
kl_nsh.c
endif
ifeq
($(CONFIG_WL_CC3000),y)
CSRCS
+=
kl_wifi.c
endif
...
...
This diff is collapsed.
Click to expand it.
configs/sama5d4-ek/README.txt
+
2
−
2
View file @
8b8dd03e
...
...
@@ -3691,12 +3691,12 @@ Configurations
the full bridge test yet anyway because there still is no host-side
test driver in apps/examples/bridge.
2014-11-18: Continued working with EMAC1: It does not work. No
errors are reported, link auto-negotiation works without error but I
errors are reported, link auto-negotiation works without error
,
but I
cannot send or receive anything on EMAC1: TX transfers all timeout
with no interrupts and nothing appearing on the line; RX transfers
are not received... no RX interrupts and no RX status gets set. This
appears to be some very low-level issue, perhaps a pin configuration
pro
gra
m. But I am not seeing it yet.
pro
ble
m. But I am not seeing it yet.
No interrupts are ever received.
dramboot:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment