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

fix(BLE): Update PAL_UART to recover from error #999

Merged
merged 38 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2d4b9ff
replaced legacy flash and lock operations
EricB-ADI Apr 18, 2024
fed08d8
added test action
EricB-ADI Apr 22, 2024
4b2dba0
workflow path
EricB-ADI Apr 22, 2024
c88b44e
path resolved?
EricB-ADI Apr 22, 2024
f4b12d3
path issue
EricB-ADI Apr 22, 2024
ea2888f
take out if for now
EricB-ADI Apr 22, 2024
e93a38f
debug
EricB-ADI Apr 22, 2024
a6bad0f
debug
EricB-ADI Apr 22, 2024
46bdea3
source direct
EricB-ADI Apr 22, 2024
f3b696a
debug
EricB-ADI Apr 22, 2024
0869809
debug
EricB-ADI Apr 22, 2024
32da64e
debug
EricB-ADI Apr 22, 2024
f54e3e1
debug
EricB-ADI Apr 22, 2024
f55fd80
debg
EricB-ADI Apr 22, 2024
5768052
debug
EricB-ADI Apr 22, 2024
68d0804
debug
EricB-ADI Apr 22, 2024
4547794
debug
EricB-ADI Apr 22, 2024
e77bdff
source'
EricB-ADI Apr 22, 2024
1f2fa08
debug
EricB-ADI Apr 22, 2024
6e5d91c
debug
EricB-ADI Apr 23, 2024
ddcdf85
dbg
EricB-ADI Apr 23, 2024
50fb84a
disable old test for now
EricB-ADI Apr 23, 2024
b745889
comment out
EricB-ADI Apr 23, 2024
14cf7cb
updated action path
EricB-ADI Apr 23, 2024
f9a4519
try to pull env variables
EricB-ADI Apr 23, 2024
d56da6c
env maybe???
EricB-ADI Apr 23, 2024
1e4d5ed
playing around with env variables
EricB-ADI Apr 24, 2024
c029472
run default
EricB-ADI Apr 24, 2024
632cc10
debug global
EricB-ADI Apr 24, 2024
615c541
debug
EricB-ADI Apr 24, 2024
8fadc3a
Debug
EricB-ADI Apr 24, 2024
1afab8f
wf update
EricB-ADI Apr 26, 2024
1cdad7c
Update BLE_Examples_Test.yml
EricB-ADI May 9, 2024
1d81012
clang-format bot reformatting.
EricB-ADI May 9, 2024
713a45c
removed extra newline from revb driver
EricB-ADI May 10, 2024
7c961fe
fixed deleted code
EricB-ADI May 10, 2024
f9e5cfb
restore complete
EricB-ADI May 10, 2024
e372fac
added update to 690
EricB-ADI May 10, 2024
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
Prev Previous commit
Next Next commit
debg
  • Loading branch information
EricB-ADI committed Apr 22, 2024
commit f55fd80697165565555bc8d35b95dd15d601912e
6 changes: 4 additions & 2 deletions .github/workflows/BLE_Examples_Test.yml
Original file line number Diff line number Diff line change
@@ -904,7 +904,7 @@ jobs:
- name: Clean up
if: ${{ always() && steps.lock_boards.outcome == 'success'}}
run: |
ls /usr/bin | grep resource


git clean -ffdx
git reset --hard
@@ -917,7 +917,9 @@ jobs:
- name: Unlock Boards
if: ${{ always() && steps.lock_boards.outcome == 'success'}}
run: |
resource_manager.py -u max32655_board1 max32655_board2 max32665_board1 max32690_board_w1
ls /usr/bin | grep resource
which resource_manager.py
resource_manager.py -u max32655_board1 max32655_board2 max32665_board1 max32690_board_w1
#----------------------------------------------------------------------------------------------
# Save test reports
- uses: actions/upload-artifact@v3
Loading