forked from nandojve/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rx thresold 1 -> 0 on-chip and off-chip ram fused in node set i2c config to more sensible values set bl60x speed to 192M instead of 160M Signed-off-by: Camille BAUD <mail@massdriver.space>
- Loading branch information
Showing
7 changed files
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,7 @@ testing: | |
- bluetooth | ||
supported: | ||
- uart | ||
- i2c | ||
- spi | ||
- gpio | ||
vendor: bouffalolab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,3 @@ | |
*/ | ||
|
||
#include <bouffalolab/bl6.dtsi> | ||
|
||
/ { | ||
soc { | ||
sram0: memory@42020000 { | ||
reg = <0x42020000 DT_SIZE_K(64)>; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,3 @@ | |
*/ | ||
|
||
#include <bouffalolab/bl6.dtsi> | ||
|
||
/ { | ||
soc { | ||
sram0: memory@42020000 { | ||
reg = <0x42020000 DT_SIZE_K(64)>; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters