Hardware Platforms - Infineon/radar-bgt60 GitHub Wiki
This library is designed for multiple platforms with Arduino/Genuino compatible headers and different SDKs. The following hardware platforms are compatible and tested:
Hardware Platform | Type | SDK | File Marker | Checked |
Arduino | Uno | Arduino IDE or PlatformIO | -ino | yes |
MKR1000 | Arduino IDE or PlatformIO | -ino | yes | |
Infineon XMC | XMC1100 Boot Kit | Arduino IDE or PlatformIO | -ino | yes |
XMC4700 Relax Kit | Arduino IDE or PlatformIO | -ino | yes |
Any MCU platform which has an Arduino port like the XMC-for-Arduino should work (this is not tested) with this shield by using the default Arduino platform.
See here to see what else Infineon has to offer for Makers.
The library examples have been built and successfully executed on the following platforms:
MCU Platforms |
XMC1100 Boot Kit |
XMC4700 Relax Kit |
Arduino Uno Rev3 |
Arduino MKR1000 |
The library is developed for easy portability to any general purpose microcontroller platform. If your desired platform is not supported yet you are able to port it yourself. For this please check the porting guide. Here you will find help in "How to port the library to a custom platform".