-
Maybe we should create a second overlay when the shield is connected to the second 6TRON connector.
-
6TRON connector has been moved to its own module, we should add the connector definition to simplify its use in 6TRON board definitions.
-
6TRON module latest release has been fixed, this workspace needs to be updated.
-
Maybe change the top of the file to:
```markdown
# 6TRON Module
Zephyr RTOS module adding support for boards, drivers and libraries developed in the [6TRON](https://6tron.io) project.
```
-
All zest and zest core boards README links redirect to the 6tron.io website, but all the drivers' links are pointing to their corresponding github repository.
Plus, most of the zest boards links ar…
-
The path can be specified by the user (in the 6tron-manifest for example) by adding the key `path-prefix: 6tron` ([documentation](https://docs.zephyrproject.org/latest/develop/west/manifest.html#optio…
-
I merged the branch adding this driver to the 6TRON manifest without checking for the changelog update :sweat:
The changelog should have a line added in the Unreleased section.
-
Default branch has been renamed to `main`.
-
-
If a user is creating a program on a full-size board, it can't run it on a half-size board, because `P1_xxx` pins do not exist.
Additionally, a 6TRON driver example can't be run on a full-size boar…