Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cm-projects
RIOT
Commits
ed75f0a2
Commit
ed75f0a2
authored
6 years ago
by
Alexandre Abadie
Browse files
Options
Downloads
Patches
Plain Diff
usb-kw41z: improve doc and sort module dependencies
parent
36e5b8ef
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/usb-kw41z/Makefile.dep
+1
-1
1 addition, 1 deletion
boards/usb-kw41z/Makefile.dep
boards/usb-kw41z/doc.txt
+38
-3
38 additions, 3 deletions
boards/usb-kw41z/doc.txt
with
39 additions
and
4 deletions
boards/usb-kw41z/Makefile.dep
+
1
−
1
View file @
ed75f0a2
ifneq
(,$(filter saul_default,$(USEMODULE)))
USEMODULE
+=
saul_gpio
USEMODULE
+=
saul_adc
USEMODULE
+=
saul_gpio
endif
include
$(RIOTCPU)/kinetis/Makefile.dep
This diff is collapsed.
Click to expand it.
boards/usb-kw41z/doc.txt
+
38
−
3
View file @
ed75f0a2
/**
* @defgroup boards_usb-kw41z NXP USB-KW41Z Board
* @ingroup boards
* @brief Support for the USB-KW41Z
@defgroup boards_usb-kw41z NXP USB-KW41Z Board
@ingroup boards
@brief Support for the USB-KW41Z
### Overview
The [NXP USB-KW41Z][board-web-page] board a development platform with a
convenient USB dongle form factor.
The USB-KW41Z provides a radio device with Bluetooth Low Energy and/or IEEE
802.15.4.
<img src="https://www.nxp.com/assets/images/en/block-diagrams/USB-KW41Z-GHOSTED.jpg"
alt="USB-KW41Z" style="height:800px;"/>
[board-web-page]: https://www.nxp.com/products/wireless/bluetooth-low-energy-ble/bluetooth-low-energy-ieee-802.15.4-packet-sniffer-usb-dongle:USB-KW41Z
### Flash the board
To flash the board using OpenOCD, it needs to be changed from the factory
programmed sniffer application to an OpenSDA application used for flashing and
debugging.
1. Follow the [Quick Start Guide at NXP.com][[quick-start-guide]]:
- click on "2. Get Software" -> "Choose a Development Path: USB-KW41Z Development Platform"
- scroll down to "2.3 Load Segger JLink OpenSDA App"
- follow the instructions
2. Use `BOARD=usb-kw41z` with the `make` command.<br/>
Example with `hello-world` application:
```
make BOARD=usb-kw41z -C examples/hello-world flash term
```
[quick-start-guide]: https://www.nxp.com/products/wireless/bluetooth-low-energy-ble/bluetooth-low-energy-ieee-802.15.4-packet-sniffer-usb-dongle:USB-KW41Z?&tab=In-Depth_Tab&tid=van/usb-kw41z/startnow
*/
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