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): ME18 PHY + PAL UART + clean.cordio #1080

Merged
merged 26 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ebb4c1f
update me18 libhpy to newest version
EricB-ADI Jul 11, 2024
b15ba79
fixed clean.cordio
EricB-ADI Jul 11, 2024
57e568e
update UART handler to flush on error
EricB-ADI Jul 12, 2024
9329630
add all wut handlers
EricB-ADI Jul 17, 2024
6c5a3f1
added common handler for WUT IRQ
EricB-ADI Jul 17, 2024
ad85c6e
added vector fix to wut
EricB-ADI Jul 18, 2024
40a8370
wut exploration
EricB-ADI Jul 18, 2024
c744701
added flag to show cordio is being built
EricB-ADI Jul 18, 2024
fdcd565
remove condition compile riscv
EricB-ADI Jul 19, 2024
dc32f9a
updated wut code for rtc
EricB-ADI Jul 19, 2024
042621d
removed wut handler from app in favor of handler in pal layer
EricB-ADI Jul 19, 2024
831846e
Merge branch 'main' into fix/me18-phy
EricB-ADI Jul 19, 2024
913e417
remove commented code
EricB-ADI Jul 19, 2024
3082788
Fixing build paths.
kevin-gillespie Jul 19, 2024
49fb8a3
Sending read request after state change.
kevin-gillespie Jul 19, 2024
611577f
Checking UART RX FIFO and threhsold value.
kevin-gillespie Jul 19, 2024
60cf94b
clang-format bot reformatting.
EricB-ADI Jul 19, 2024
8297936
conditionally compile weak wut handler
EricB-ADI Jul 19, 2024
40b851e
removed wut handler from examples
EricB-ADI Jul 19, 2024
ff02107
removed debug print
EricB-ADI Jul 22, 2024
2731ade
build phy for size
EricB-ADI Jul 22, 2024
069e673
clang-format bot reformatting.
EricB-ADI Jul 22, 2024
b5ea934
update libphy me18
EricB-ADI Jul 22, 2024
e14cdc4
added build flag to conditionally compile extended features
EricB-ADI Jul 24, 2024
f912e40
fixed compile time def to wrap the extended only
EricB-ADI Jul 24, 2024
e9944dd
lint
EricB-ADI Jul 24, 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
Binary file modified Libraries/BlePhy/MAX32690/libphy.a
Binary file not shown.
Binary file modified Libraries/BlePhy/MAX32690/libphy_hard.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Libraries/Cordio/platform/targets/maxim/build/libCordio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BUILD_DIR=./Build
endif

ifeq "${LIB_DIR}" ""
LIB_DIR := ${MAXIM_PATH}/Libraries
LIB_DIR := ${CMSIS_ROOT}/../../Libraries
endif

include ${LIB_DIR}/Cordio/platform/targets/maxim/build/cordio.mk
Expand Down
Loading