Skip to content

Commit

Permalink
Merge pull request #218 from Infineon/develop-1.x
Browse files Browse the repository at this point in the history
Develop 1.x
  • Loading branch information
jaenrig-ifx committed Oct 24, 2022
2 parents 2c0fc3c + ed4a217 commit 5df8529
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-platform-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
platforms: |
# Use Boards Manager to install the latest release of the platform to get the toolchain.
- name: Infineon:arm
source-url: https://github.com/Infineon/XMC-for-Arduino/releases/latest/download/package_infineon_index.json
source-url: https://github.com/Infineon/XMC-for-Arduino/releases/download/V1.7.0/package_infineon_index.json
- source-path: ./
name: Infineon:arm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sentence=This library provides Pulsed Doppler functionality with XMC4700 Radar B
paragraph=Infineon's 24 GHz Sense2GoL Pulse radar system platform, is made up of the XMC4700 Radar Baseboard and BGT24LTR11 radar shield.
category=Sensors
url=https://www.infineon.com/cms/en/product/sensor/radar-image-sensors/radar-sensors/radar-sensors-for-consumer-and-iot/
architectures=xmc,arm
architectures=arm
includes=IFXRadarPulsedDoppler.h
precompiled=true
#ldflags=-lRadar_S2GL_Pulsed_Doppler_lib
2 changes: 1 addition & 1 deletion libraries/DMA/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library helps you to manage DMA for XMC microcontrollers [EXPERIME
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.
category=Device Control
url = https://www.infineon.com/dgdl/Infineon-GPDMA-XMC4000-AP32290-AN-v01_00-EN.pdf?fileId=5546d4624e765da5014ed9145c601e95
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/DSP/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=Infineon Technologies <www.infineon.com>
sentence=Library for digital signal processing
paragraph=This library provides APIs for computing both floating- and fixed-point FFT, as well as computing MFCC (speech features).
category=Data Processing
architectures=xmc,arm
architectures=arm
url=
2 changes: 1 addition & 1 deletion libraries/DeviceControlXMC/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library helps you to manage low power modes of XMC microcontroller
paragraph= .
category=Device Control
url=
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/I2S/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library allows the XMC µC to interface audio input devices with t
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.
category=Communication
url=https://www.infineon.com/cms/en/product/promopages/microphones/
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/LED/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library allows you to enable as well as control the on board LEDs
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.
category=Other
url=https://github.com/Infineon/XMC-for-Arduino/tree/master/arm/libraries/LED
architectures=xmc,arm
architectures=arm

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

2 changes: 1 addition & 1 deletion libraries/Multi-Serial/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=Add examples for multiple Serial ports on XMC boards
paragraph=Simple echo of multiple serial ports cureently two serial ports on XMC series boards
category=Communication
url=https://github.com/Infineon/XMC-for-Arduino/tree/master/arm/libraries/Multi-Serial/
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/OneWire/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=Access 1-wire temperature sensors, memory and other chips.
paragraph=Add Dallas one wire interface for single wire peripherals like DS18B20 (temperature), memory and other devices
category=Communication
url=http://www.pjrc.com/teensy/td_libs_OneWire.html
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/RTC/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library allows you to enable as well as controll the RTC (Real Tim
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.
category=Timing
url=http://www.arduino.cc/en/Reference/RTC
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/SPI/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library allows you to communicate with SPI for the XMC microcontro
paragraph= .
category=Communication
url=http://www.arduino.cc/en/Reference/SPI
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/Sense2Go/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=Library for Radar2Go Series
paragraph=Radar support for Infineon XMC1300 Sense2Go using BGT24LTR11 chip
category=Sensors
url=https://www.infineon.com/cms/en/product/sensor/radar-sensor-ics/24ghz-radar/
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/USB/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ paragraph=
category=Device Control
url=http://www.arduino.cc/en/Reference/USBHost
maintainer=Infineon Technologies AG <www.infineon.com>
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/Ultrasonic/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=Add examples for Ultrasonic range finder HC-SR04 on XMC boards
paragraph=Simple and better echo examples and handling of errors on XMC1 and XMC4 series boards
category=Other
url=https://github.com/Infineon/XMC-for-Arduino/tree/master/arm/libraries/Ultrasonic
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion libraries/Wire/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=This library allows you to communicate with I2C and Two Wire Interface
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.
category=Communication
url=http://www.arduino.cc/en/Reference/Wire
architectures=xmc,arm
architectures=arm

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "framework-arduinoxmc",
"description": "Integration of Infineon's XMC microcontrollers with the Arduino framework",
"url": "https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/",
"version": "1.6.0"
"version": "1.7.0"
}
2 changes: 1 addition & 1 deletion package/package_infineon_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"checksum":"",
"size":"",
"help":{
"online":""
"online":"https://github.com/Infineon/XMC-for-Arduino/wiki"
},
"boards":[
{
Expand Down
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# The information about this Arduino compatible environment
# ---------
name=XMC Family
version=1.6.0
name=XMC Family V1.x
version=1.7.0

# Build related core definitions
# ---------
Expand Down

0 comments on commit 5df8529

Please sign in to comment.