zephyr/boards/arm/nucleo_f334r8
Antony Pavlov dffd779ff3 boards: arm: unify Nucleo-64 boards connectors image
At the moment there are two images for Nucleo-64 STM32 family board
connectors (img/nucleo_xxxxxx_connectors.png).

The images have the same canvas size (800x619) but different file
size in bytes and different color coding.

The first one (192K, 8-bit colormap) is used for

  * nucleo_f070rb
  * nucleo_f091rc
  * nucleo_f103rb
  * nucleo_l053r8
  * nucleo_l073rz

The second one (464K, 8-bit/color RGBA) is used for

  * nucleo_f030r8
  * nucleo_f302r8
  * nucleo_f334r8

Applying simultaneous black/white threshold to the images and
comparing them with imagemagick tools shows that the images
have no significant difference. Therefore we can use
nucleo_l073rz_connectors.png for nucleo_f030r8, nucleo_f302r8
and nucleo_f334r8.

Please see https://github.com/zephyrproject-rtos/zephyr/pull/15926
for details.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
2019-05-07 22:33:45 -04:00
..
doc boards: arm: unify Nucleo-64 boards connectors image 2019-05-07 22:33:45 -04:00
support
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.board
Kconfig.defconfig
board.cmake boards: arm: st, stm32: add jlink runner args 2019-04-19 13:56:28 -05:00
nucleo_f334r8.dts driver: watchdog: stm32: rename the independent watchdog name 2019-04-26 03:35:09 -07:00
nucleo_f334r8.yaml boards: nucleo_f334r8: Provide flash storage partition 2019-02-19 07:45:50 -06:00
nucleo_f334r8_defconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pinmux.c