psoc 0.1.2

Rust drivers and hardware abstraction layer for Infineon PSOC microcontrollers
Documentation
1
2
3
4
5
6
7
This directory contains boot images that can be used to run a single-core application on core other than the system's default core (for example, the CM4 on a PSOC 6). The provided images run on the system's boot core and simply boot the application core and go to sleep.

To use a boot image, enable the `boot-image` Cargo feature:

```toml
psoc = { version = "0.1.0", features = ["device-cy8c624abzi-s2d44", "core-cm4", "boot-image" }
```