Conversation
c30eb47 to
5ed68ea
Compare
| #compiler.c.extra_flags=-ftime-report | ||
| compiler.c.extra_flags= | ||
| compiler.libraries.ldflags= | ||
| compiler.libraries.ldflags= -lstdc++ |
There was a problem hiding this comment.
This was flag is now required?
There was a problem hiding this comment.
yes juan... we are getting undefined reference compilation error in destructor . so we added it here this flag to avoid error.
libraries/SPI/src/SPI.h
Outdated
| // the on-board SD Card slot. This feature is only available on KIT_XMC47_RELAX kits. | ||
| #if defined(KIT_XMC47_RELAX) | ||
| // the on-board SD Card Slot. This feature is only available on XMC4700 RelaxKits. | ||
| #if defined(XMC4700_Relax_Kit) |
There was a problem hiding this comment.
Can the board specific defines be moved to the pins_arduino.h?
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com> libraries/SPI: Modified SPI Implementation. Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
f316531 to
4f8958e
Compare
LinjingZhang
left a comment
There was a problem hiding this comment.
there is one version of xmc4700 Relaxkit with SD card. I would test if it is working with Arduino SD lib https://docs.arduino.cc/libraries/sd/.
It's not mandatory; we can discuss it.
libraries/SPI/examples/SPI_MOSI_to_MISO_SameDevice/SPI_MOSI_to_MISO_SameDevice.ino
Outdated
Show resolved
Hide resolved
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
|
Can we include example in built-in library for compile test? |
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
|
nice 👍 |
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
CONTRIBUTING.md also tells you what to expect in the PR process.
Description
Refactored SPI implementation as of now master is working fine.
Related Issue
Context


Connected Master as XMC and Slave as Psoc 6 AI kit