Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
4944aa48
Commit
4944aa48
authored
Jan 24, 2020
by
schneider
Browse files
fix(ble): Update to changes from new SDK
parent
dcd73ce8
Changes
2
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/sleep.c
View file @
4944aa48
...
...
@@ -8,6 +8,8 @@
#include "max86150.h"
#include "MAX77650-Arduino-Library.h"
#include "bb_drv.h"
#include "max32665.h"
#include "mxc_sys.h"
#include "mxc_pins.h"
...
...
@@ -188,6 +190,7 @@ void sleep_deepsleep(void)
core1_stop
();
MAX77650_getINT_GLBL
();
gpio_low_power
();
BbDrvDisable
();
turnOffClocks
();
old_clkcn
=
MXC_GCR
->
clkcn
;
switchToHIRC
();
...
...
lib/sdk/Libraries/BTLE/meson.build
View file @
4944aa48
...
...
@@ -427,6 +427,7 @@ ble_compileargs = [
'-DINIT_PERIPHERAL',
'-DINIT_ENCRYPTED',
'-DINIT_OBSERVER',
'-DINIT_PHY',
]
if get_option('ble_trace')
...
...
Rahix
@rahix
mentioned in commit
01fb427e
·
Apr 03, 2021
mentioned in commit
01fb427e
mentioned in commit 01fb427ea76e992221be05341dc47ba26ab8bdba
Toggle commit list
Rahix
@rahix
mentioned in merge request
!466 (merged)
·
Apr 03, 2021
mentioned in merge request
!466 (merged)
mentioned in merge request !466
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment