Skip to content

Commit ed4a217

Browse files
authored
Merge pull request #217 from boramonideep/develop-1.x
develop 1.x into develop1.x to release as v1.7.0
2 parents 2c0fc3c + eb51f6c commit ed4a217

File tree

19 files changed

+20
-20
lines changed

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

0 commit comments

Comments
 (0)