[DIFF] 5.3 rpi/libpng16.pc: redundant libz

2024-01-29 Thread John Howard
~/development/rtems/5.3/arm-rtems5/raspberrypi/lib/pkgconfig/libpng16.pc @@ -8,5 +8,5 @@ Version: 1.6.37 Requires: zlib Libs: -L${libdir} -lpng16 -Libs.private: -lz -lbsd -lm -lz -lrtemsdefaultconfig +Libs.private: -lbsd -lm -lz -lrtemsdefaultconfig Cflags: -I${includedir} _

Naming convention for Rust target platforms

2024-01-29 Thread Jan.Sommer
Hi everyone, As mentioned in the other Rust thread, I am working on an initial Rust port for RTEMS. The target platform for testing is the ARM Xilinx Zynq-7000 based BSPs. Where I am not completely sure, is how to name the new target for Rust (see here the current list: https://doc.rust-lang.or