Skip to content

Commit

Permalink
added correct board for posix build and separate file for conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 13, 2024
1 parent 8fa0fd6 commit 0632fd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
run: |
west build $GITHUB_WORKSPACE/tests/renode/ble_central -b $BOARD --build-dir $GITHUB_WORKSPACE/tests/renode/ble_central/build
- name: Build Posix
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/uptime -b $BOARD --build-dir $GITHUB_WORKSPACE/samples/uptime/build_posix
west build $GITHUB_WORKSPACE/samples/uptime -b native_posix_64 --build-dir $GITHUB_WORKSPACE/samples/uptime/build_posix
- name : Upload Firmware
uses: actions/upload-artifact@v4
Expand Down
3 changes: 3 additions & 0 deletions samples/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Disable HCI ACL for use with Android Emulator
# Refer to https://github.com/google/bumble/issues/220#issuecomment-1651200456
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
3 changes: 1 addition & 2 deletions samples/uptime/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ CONFIG_STD_CPP17=y
CONFIG_NEWLIB_LIBC=y
CONFIG_BLE_UTILS=y
CONFIG_BT_ASSERT=n
CONFIG_LOG=y
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
CONFIG_LOG=y

0 comments on commit 0632fd9

Please sign in to comment.