Skip to content

Enable WiFi on C33 and BLE on C33/Giga #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 17, 2025
Prev Previous commit
Next Next commit
portenta_c33: i2c: add sci3 interface
  • Loading branch information
facchinm committed Jun 16, 2025
commit 736d3ac8f031f05d249cc4a66ddae16d8f62a010
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@

serials = <&board_cdc_acm_uart>, <&uart9>, <&uart7>, <&uart6>, <&uart5>;
cdc-acm = <&board_cdc_acm_uart>;
i2cs = <&iic0>, <&iic1>;
i2cs = <&iic0>, <&iic1>, <&i2c3>;
spis = <&spi1>;
pwms = <&pwm6 1 PWM_HZ(25000000) PWM_POLARITY_NORMAL>;

Expand Down