From 299c31b50d69f72bc17293c4fb22fd737087b958 Mon Sep 17 00:00:00 2001 From: Joachim Krech Date: Fri, 15 Mar 2024 06:52:02 +0100 Subject: [PATCH] Device generator i2c (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fixed indeterministic shuffle of contexts in MX_Device.h * Added MX_Device.h path to add-path: * fixed error in mxDevice_test.go * Fixed old test * Forgot to remove comment chars of t.Parallel * switched secure and non secure mode added tests added download info from global.generator.yml * Fixed formatting and lint complaints * corrected wrong test for not set environment variable * Removed fPaths again, they are not necessary, can used project directly Added more tests * removed a ; * Added I2C filter extraction more Tests * changed formatting * tried to fix a lint problem * fixed publish coverage step * fixed publish coverage step * added output of command line commented out reading of packs fro cbuild-gen.yml * Added support for GCC, CLAN and IAR compiler. Added startup, system and linker files (generated by CubeMX) to cgen.yml. (#32) * Revert "Added support for GCC, CLAN and IAR compiler. Added startup, system a…" (#36) This reverts commit 16a10cb0f15a50924a9aa49b276d05784e6ef9bc. --------- Co-authored-by: Bernd-Gunter Nitzler Co-authored-by: bgn42 <92579424+bgn42@users.noreply.github.com> Co-authored-by: Sourabh Mehta Co-authored-by: David Lesnjak