Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
e3da-public
contiki-ng
Commits
296f7efc
Unverified
Commit
296f7efc
authored
Feb 17, 2018
by
George Oikonomou
Committed by
GitHub
Feb 17, 2018
Browse files
Merge pull request #295 from g-oikonomou/bugfix/cc13xx-cc26xx/serial-shell
Allow Shell operaction for CC13xx/CC26xx
parents
36f8cb24
fd72afbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/platform/srf06-cc26xx/platform.c
View file @
296f7efc
...
...
@@ -55,6 +55,7 @@
#include "vims.h"
#include "dev/cc26xx-uart.h"
#include "dev/soc-rtc.h"
#include "dev/serial-line.h"
#include "rf-core/rf-core.h"
#include "sys_ctrl.h"
#include "uart.h"
...
...
@@ -168,6 +169,10 @@ platform_init_stage_two()
serial_line_init
();
#if BUILD_WITH_SHELL
cc26xx_uart_set_input
(
serial_line_input_byte
);
#endif
/* Populate linkaddr_node_addr */
ieee_addr_cpy_to
(
linkaddr_node_addr
.
u8
,
LINKADDR_SIZE
);
...
...
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