-
Notifications
You must be signed in to change notification settings - Fork 7.4k
introduce the nucleo_h7s3l78 nucleo144 board from STMicroelectronics #81651
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trim space around image, (optionally) make background transparent, save as webp, put webp through https://tinypng.com/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unresolved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3x seems unresolved, to put this into perspective, I save this as webp in gimp, it drops to 45KiB, I then put it through tinypng, it drops to 36KiB, under half the jpg size
7500cdb
to
4808aa2
Compare
add comments from @nordicjm |
3f21277
to
16b6b3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3x seems unresolved, to put this into perspective, I save this as webp in gimp, it drops to 45KiB, I then put it through tinypng, it drops to 36KiB, under half the jpg size
16b6b3d
to
3ce2bb6
Compare
reducing the image size with nucleo_h7s3l8.webp file |
3ce2bb6
to
fc065af
Compare
Add the nucleo_h7s3l8 board from STMicroelectronics This Nucleo 144 board has stm32h7s3L8 mcu. Signed-off-by: Francois Ramu <[email protected]>
Add the overlay file to run the tests/drivers/adc/adc_api on the nucleo_h7s3l8 Signed-off-by: Francois Ramu <[email protected]>
Add the overlay file to run tests/drivers/watchdog/wdt_basic_api on the nucleo_h7s3l8 and stm32h7s78_dk target boards Signed-off-by: Francois Ramu <[email protected]>
@@ -45,6 +45,8 @@ tests: | |||
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog") | |||
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg_h7.overlay" | |||
platform_allow: | |||
- nucleo_h7s3l8 | |||
- stm32h7s78_dk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding stm32h7s78_dk
to this test suite is not necessarily part of introducing the nucleo_h7s3l78
but it is very minor so I think its fine :)
Add the nucleo_h7s3l8 board from STMicroelectronics
This Nucleo 144 board has stm32h7S3L8 mcu.
Refer to the https://www.st.com/en/evaluation-tools/nucleo-h7s3l8.html
$ west build -p auto -b nucleo_h7s3l8 samples/hello_world/