Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12] there is a typo in the text #13

Merged
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 00-Check.-Code-Convention
name: 00-Check-Code-Convention
on:
push:
branches-ignore:
2 changes: 1 addition & 1 deletion .github/workflows/02-Build-Firmware.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ env:
ARM_GCC_DIR: "/opt/gcc-arm-none-eabi/"
ARM_GCC_URL: "https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz"
jobs:
SW_build:
FW_build:
runs-on: ubuntu-22.04
steps:
- name: Trigger
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ The host receives it, processes it and logs it to the standard output.
Data is provided in JSON format and depending on the actual configuration it will be raw I/Q sample or angle information.
The angle information is calculated by the host with MVP (Matrix Vector Processor) from the I/Q samples.

If you are interested in other Bluethooth examples you can find more here:
If you are interested in other Bluetooth examples you can find more here:
[Bluetooth application examples](https://github.com/SiliconLabs/bluetooth_applications)

### NCP firmware