Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
2df6a043
Commit
2df6a043
authored
Dec 05, 2019
by
Daniel Mizyrycki
Committed by
Damien George
Dec 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.
parent
cc634b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ports/nrf/boards/particle_xenon/mpconfigboard.h
ports/nrf/boards/particle_xenon/mpconfigboard.h
+2
-0
No files found.
ports/nrf/boards/particle_xenon/mpconfigboard.h
View file @
2df6a043
...
@@ -38,6 +38,8 @@
...
@@ -38,6 +38,8 @@
#define MICROPY_PY_MACHINE_TEMP (1)
#define MICROPY_PY_MACHINE_TEMP (1)
#define MICROPY_PY_RANDOM_HW_RNG (1)
#define MICROPY_PY_RANDOM_HW_RNG (1)
#define MICROPY_HW_USB_CDC (1)
#define MICROPY_HW_HAS_LED (1)
#define MICROPY_HW_HAS_LED (1)
#define MICROPY_HW_LED_TRICOLOR (1)
#define MICROPY_HW_LED_TRICOLOR (1)
#define MICROPY_HW_LED_PULLUP (1)
#define MICROPY_HW_LED_PULLUP (1)
...
...
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