]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/i2c-lld.git/commit
PRSDK-297 Fix example warnings.
authorSinthu Raja M <x0257345@ti.com>
Fri, 30 Nov 2018 06:34:53 +0000 (12:04 +0530)
committerSinthu Raja M <x0257345@ti.com>
Fri, 30 Nov 2018 06:34:53 +0000 (12:04 +0530)
commitd9f3bc6071dc992c0f08478562a7675c3b7db31f
tree4c9e43d24c000f4f03515ec7c0fb81cd89f21d6a
parent206423412d4d20b3940ea8d3cd071b8ae59b3298
PRSDK-297 Fix example warnings.

 GCC compiler throws warning when int32 data type variable is used for
"%d"format specifier in sprintf due to the attribute macro used
in the prototype of sprintf in header file which allows the compiler to
verify the format specifier and its arguments.

 Update cfg file to add new program section on DSP and M4 core examples
 for shdata section.
example/firmware_example/am572x/c66/bios/i2c_c66_idkAM572x.cfg
example/firmware_example/am572x/m4/bios/i2c_m4_idkAM572x.cfg
example/firmware_example/am574x/c66/bios/i2c_c66_idkAM574x.cfg
example/firmware_example/am574x/m4/bios/i2c_m4_idkAM574x.cfg
test/master_slave/src/main_test.c