Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
ec1d4983
Commit
ec1d4983
authored
Oct 16, 2020
by
Tomasz Wlostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boards/ertm15: adapt to Rev2 hardware. Rev1 support will be brought back as a separate BSP
parent
23d8e13a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
246 additions
and
81 deletions
+246
-81
board.c
boards/ertm14/board.c
+240
-81
board.h
boards/ertm14/board.h
+6
-0
No files found.
boards/ertm14/board.c
View file @
ec1d4983
This diff is collapsed.
Click to expand it.
boards/ertm14/board.h
View file @
ec1d4983
...
...
@@ -23,6 +23,11 @@
#include "dev/iuart.h"
#include "rf_frame_transceiver.h"
#define BOARD_HAS_CUSTOM_NETWORK_INIT 1
#undef BOARD_ERTM14_REV_1
#define BOARD_ERTM14_REV_2
#define BOARD_MAX_CONSOLE_DEVICES 2
/* Board-specific parameters */
...
...
@@ -167,6 +172,7 @@ struct ertm14_board
struct
fine_pulse_gen_device
dds_sync_dev
;
struct
iuart_device
iuart_14
;
struct
wr_rf_frame_transceiver_device
rf_xcvr
;
struct
gpio_device
gpio_ertm15_leds
;
int
mode
;
int
dds_resync_count
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment