Skip to content

Commit 5df8529

Browse files
authored
Merge pull request #218 from Infineon/develop-1.x
Develop 1.x
2 parents 2c0fc3c + ed4a217 commit 5df8529

19 files changed

+20
-20
lines changed

.github/workflows/compile-platform-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
platforms: |
170170
# Use Boards Manager to install the latest release of the platform to get the toolchain.
171171
- name: Infineon:arm
172-
source-url: https://github.com/Infineon/XMC-for-Arduino/releases/latest/download/package_infineon_index.json
172+
source-url: https://github.com/Infineon/XMC-for-Arduino/releases/download/V1.7.0/package_infineon_index.json
173173
174174
- source-path: ./
175175
name: Infineon:arm

libraries/BGT24LTR11-Pulsed-Doppler-Radar/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sentence=This library provides Pulsed Doppler functionality with XMC4700 Radar B
66
paragraph=Infineon's 24 GHz Sense2GoL Pulse radar system platform, is made up of the XMC4700 Radar Baseboard and BGT24LTR11 radar shield.
77
category=Sensors
88
url=https://www.infineon.com/cms/en/product/sensor/radar-image-sensors/radar-sensors/radar-sensors-for-consumer-and-iot/
9-
architectures=xmc,arm
9+
architectures=arm
1010
includes=IFXRadarPulsedDoppler.h
1111
precompiled=true
1212
#ldflags=-lRadar_S2GL_Pulsed_Doppler_lib

libraries/DMA/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library helps you to manage DMA for XMC microcontrollers [EXPERIME
66
paragraph= The General Purposes Direct Memory Access (GPDMA) is a module within the XMC4000 series to transfer data without any CPU interference. When a DMA transfer request is generated, the GPDMA transfers data stored at the source address to the destination address.
77
category=Device Control
88
url = https://www.infineon.com/dgdl/Infineon-GPDMA-XMC4000-AP32290-AN-v01_00-EN.pdf?fileId=5546d4624e765da5014ed9145c601e95
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/DSP/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Infineon Technologies <www.infineon.com>
55
sentence=Library for digital signal processing
66
paragraph=This library provides APIs for computing both floating- and fixed-point FFT, as well as computing MFCC (speech features).
77
category=Data Processing
8-
architectures=xmc,arm
8+
architectures=arm
99
url=

libraries/DeviceControlXMC/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library helps you to manage low power modes of XMC microcontroller
66
paragraph= .
77
category=Device Control
88
url=
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/I2S/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library allows the XMC µC to interface audio input devices with t
66
paragraph=The I2S protocol is a synchronous serial communication protocol mainly for audio and infotainment applications. This library allows the microcontroller to work as the master device and read audio input from another device such as a microphone. USIC interrupts are used for sampling.
77
category=Communication
88
url=https://www.infineon.com/cms/en/product/promopages/microphones/
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/LED/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library allows you to enable as well as control the on board LEDs
66
paragraph= This library allows you to enable as well as control the on boards LEDs on Infineon XMC boards, in a way that works across ANY board.
77
category=Other
88
url=https://github.com/Infineon/XMC-for-Arduino/tree/master/arm/libraries/LED
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/Mouse/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Allows an Arduino/Genuino board with USB capabilites to act as a Mouse.
66
paragraph=This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)
77
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Mouse
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/Multi-Serial/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Add examples for multiple Serial ports on XMC boards
66
paragraph=Simple echo of multiple serial ports cureently two serial ports on XMC series boards
77
category=Communication
88
url=https://github.com/Infineon/XMC-for-Arduino/tree/master/arm/libraries/Multi-Serial/
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/OneWire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Access 1-wire temperature sensors, memory and other chips.
66
paragraph=Add Dallas one wire interface for single wire peripherals like DS18B20 (temperature), memory and other devices
77
category=Communication
88
url=http://www.pjrc.com/teensy/td_libs_OneWire.html
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/RTC/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library allows you to enable as well as controll the RTC (Real Tim
66
paragraph= This library allows you to enable as well as controll the RTC (Real Time Clock) module of the XMC microcontrollers. Real-time clock (RTC) is a clock that keeps track of the current time. RTCs are present in almost any electronic device which needs to keep accurate time in a digital format for clock displays and computer systems.
77
category=Timing
88
url=http://www.arduino.cc/en/Reference/RTC
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library allows you to communicate with SPI for the XMC microcontro
66
paragraph= .
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SPI
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/Sense2Go/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Library for Radar2Go Series
66
paragraph=Radar support for Infineon XMC1300 Sense2Go using BGT24LTR11 chip
77
category=Sensors
88
url=https://www.infineon.com/cms/en/product/sensor/radar-sensor-ics/24ghz-radar/
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/USB/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ paragraph=
66
category=Device Control
77
url=http://www.arduino.cc/en/Reference/USBHost
88
maintainer=Infineon Technologies AG <www.infineon.com>
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/Ultrasonic/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Add examples for Ultrasonic range finder HC-SR04 on XMC boards
66
paragraph=Simple and better echo examples and handling of errors on XMC1 and XMC4 series boards
77
category=Other
88
url=https://github.com/Infineon/XMC-for-Arduino/tree/master/arm/libraries/Ultrasonic
9-
architectures=xmc,arm
9+
architectures=arm
1010

libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library allows you to communicate with I2C and Two Wire Interface
66
paragraph=It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line) in combination with the XMC microcontrollers.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Wire
9-
architectures=xmc,arm
9+
architectures=arm
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "framework-arduinoxmc",
33
"description": "Integration of Infineon's XMC microcontrollers with the Arduino framework",
44
"url": "https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/",
5-
"version": "1.6.0"
5+
"version": "1.7.0"
66
}

package/package_infineon_index.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"checksum":"",
2020
"size":"",
2121
"help":{
22-
"online":""
22+
"online":"https://github.com/Infineon/XMC-for-Arduino/wiki"
2323
},
2424
"boards":[
2525
{

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
# The information about this Arduino compatible environment
77
# ---------
8-
name=XMC Family
9-
version=1.6.0
8+
name=XMC Family V1.x
9+
version=1.7.0
1010

1111
# Build related core definitions
1212
# ---------

0 commit comments

Comments
 (0)