We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7253b2e commit 089fa82Copy full SHA for 089fa82
ports/nrf/boards/bastble/README.md
@@ -1,8 +1,4 @@
1
# Electronic Cats BastBLE
2
3
The [BastBLE](https://electroniccats.com/store/bast-ble/) based on Nordic nRF 52840 and containing
4
-a powerful Cortex M4F. This board include a external memory QSPI flash.
5
-
6
7
-I2C pins `board.SCL1` and `board.SDA1` are not exposed and are used for onboard peripherals.
8
+a powerful Cortex M4F. This board include a external memory QSPI flash.
ports/nrf/boards/bastble/board.c
@@ -29,7 +29,7 @@
29
#include "nrf_rtc.h"
30
31
void board_init(void) {
32
+
33
}
34
35
bool board_requests_safe_mode(void) {
0 commit comments