Skip to content
Draft

Docs #62

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Beluga/dwm1001_dev_clion/
Beluga/build*
asm-dumps/
cmake-build-*
build*
build*/
docs-venv/
2 changes: 1 addition & 1 deletion Beluga/config/kconfig/Kconfig.uwb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ config DWT_API_ERROR_CHECK
default n

config UWB_ENABLE_PA
bool "Allow the UWB external to be toggled on"
bool "Allow the UWB external power amplifier to be toggled on"
default y

config MAX_POLLING_RATE
Expand Down
21 changes: 21 additions & 0 deletions docs/firmware/buildnflash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Suggested Build Configurations

### DWM1001-dev

### Beluga

## Building

### VS code

### CLI

## Flashing

### VS code

### CLI

### AuTerm

### imgflash (in-tree)
Loading