Skip to content

Commit

Permalink
Specify supported Arduino architectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenrig-ifx committed May 22, 2023
1 parent dd039b0 commit 4d84041
Show file tree
Hide file tree
Showing 47 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MIT License

Copyright (c) 2019-2020 Infineon Technologies AG
Copyright (c) 2019-2023 Infineon Technologies AG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = "TLE5012B"
PROJECT_NUMBER = 3.0.0
PROJECT_NUMBER = 3.1.0
PROJECT_BRIEF = "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet)."
OUTPUT_DIRECTORY = ./../docs/doxygen/build
CREATE_SUBDIRS = YES
Expand Down
2 changes: 1 addition & 1 deletion examples/E9000SPC/E9000SPC.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name E9000SPC
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief This example shows how to handle the TLE5012B-E9000 variant with SPC interface
* \details
* The TLE5012B-E9000 with SPC interface does not start the DSP automatically in a loop at start up.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleSpeedRevolutions
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief reads angle value, rotation speed and number of revolutions
* \details
* This is a fast running example to demonstrate the possible readout
Expand Down
2 changes: 1 addition & 1 deletion examples/readAngleTest/readAngleTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleTest
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for a first check.
* \details
* This example reads all main Sensor registers (angle,revolution,speed,range and temperature)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleValueProcessing
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Reads angle values
* \details
* This is a fast running example to demonstrate the possible readout
Expand Down
2 changes: 1 addition & 1 deletion examples/readMultipleRegisters/readMultipleRegisters.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readMultipleRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Demostrates how to read multiple registers
* \details
* This example demonstrates how to read multiple raw registers at once.
Expand Down
2 changes: 1 addition & 1 deletion examples/readSpeedProcessing/readSpeedProcessing.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readSpeedProcessing
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief reads the angle speed
* \details
* Demonstrates the fast readout of the angle speed.
Expand Down
2 changes: 1 addition & 1 deletion examples/sensorRegisters/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name const
* \author Infineon Technologies AG (Dr.Olaf Filies)
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief macros and other const variables
*
* \attention
Expand Down
2 changes: 1 addition & 1 deletion examples/sensorRegisters/sensorRegisters.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name sensorRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief Reads all sensor registers and reports there status
* \details
* This example program will read all documented registers from the sensor and
Expand Down
2 changes: 1 addition & 1 deletion examples/sensorType/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name const
* \author Infineon Technologies AG (Dr.Olaf Filies)
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief macros and other const variables
*
* \attention
Expand Down
2 changes: 1 addition & 1 deletion examples/sensorType/sensorType.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name sensorType
* \author Infineon Technologies AG (Dr.Olaf Filies)
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief prints register bit matrix and sensor interface type
* \details
* This example program prints the bit matrix of all registers and the sensors default
Expand Down
2 changes: 1 addition & 1 deletion examples/testSensorMainValues/testSensorMainValues.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name testSensorMainValues
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief This example can be used for a first fast test if the sensors works
* \details
* It will generate a looped output of the direct measured data (DIR) and
Expand Down
2 changes: 1 addition & 1 deletion examples/useMultipleSensors/useMultipleSensors.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name useMultipleSensors
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for using up to four sensors on one SPI channel.
* \details
* This example program starts one to four sensors on one SPI line with different CS pins
Expand Down
2 changes: 1 addition & 1 deletion examples/writeRegisters/writeRegisters.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name writeRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for a writing register settings.
* \details
* This example show how to use the register write functions
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url":"https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/",
"maintainer": true
},
"version":"3.0.1",
"version":"3.1.0",
"frameworks":"arduino",
"platforms":[
"infineonxmc",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=TLE5012B
version=3.0.1
version=3.1.0
author=Infineon Technologies
maintainer=Infineon Technologies <www.infineon.com>
sentence=This library enables the Infineon TLE5012B magnetic angle sensor.
paragraph=The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field, including a sophisticated digital signal processor. The sensor is available as Sens2go kit as well as bulk chip.
category=Sensors
url=https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/
depends=XMC-for-Arduino
architectures=*
architectures=avr,xmc
2 changes: 1 addition & 1 deletion src/TLE5012-ino.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \ref tle5012ino
* \version 3.0.0
* \version 3.1.0
* \brief This is a Arduino platform file use Infineon's TLE5012B magnetic angular sensor
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/TLE5012b.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name TLE5012b.cpp - core library for the TLE5012B angle sensor.
* \author Infineon Technologies AG
* \copyright 2019-2020 Infineon Technologies AG
* \version 3.0.0
* \version 3.1.0
* \brief GMR-based angle sensor for angular position sensing in automotive applications
* \ref tle5012corelib
*
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/TLE5012b.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name TLE5012b.hpp - core library for the TLE5012B angle sensor.
* \author Infineon Technologies AG
* \copyright 2019-2020 Infineon Technologies AG
* \version 3.0.0
* \version 3.1.0
* \brief GMR-based angle sensor for angular position sensing in automotive applications
* \ref tle5012corelib
*
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/tle5012b_reg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name tle5012b_reg.cpp - core support for the TLE5012B angle sensor.
* \author Infineon Technologies AG
* \copyright 2019-2020 Infineon Technologies AG
* \version 3.0.0
* \version 3.1.0
* \brief GMR-based angle sensor for angular position sensing in automotive applications
* \details
* This file includes the registry definition macros of all Sensor registers and
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/tle5012b_reg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name tle5012b_reg.hpp - core register support header for the TLE5012B angle sensor.
* \author Infineon Technologies AG
* \copyright 2019-2020 Infineon Technologies AG
* \version 3.0.0
* \version 3.1.0
* \brief GMR-based angle sensor for angular position sensing in automotive applications
* \details
* This file includes the registry definition macros of all Sensor registers and
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/tle5012b_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name tle5012b_util.hpp - core support header for the TLE5012B angle sensor.
* \author Infineon Technologies AG
* \copyright 2019-2020 Infineon Technologies AG
* \version 3.0.0
* \version 3.1.0
* \brief GMR-based angle sensor for angular position sensing in automotive applications
* \details
* This file includes the registry definition macros of all Sensor registers and
Expand Down
2 changes: 1 addition & 1 deletion src/framework/arduino/pal/TLE5012-pal-ino.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \name TLE5012-pal-ino.hpp - Arduino Hardware Abstraction Layer
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.0
* \version 3.1.0
* \ref arduinoPal
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/framework/wiced-43xxx/apps/E9000SPC/E9000SPC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name E9000SPC
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief This example shows how to handle the TLE5012B-E9000 variant with SPC interface
* \details
* The TLE5012B-E9000 with SPC interface does not start the DSP automatically in a loop at start up.
Expand Down
2 changes: 1 addition & 1 deletion src/framework/wiced-43xxx/apps/E9000SPC/E9000SPC.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name E9000SPC
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief This example shows how to handle the TLE5012B-E9000 variant with SPC interface
* \details
* The TLE5012B-E9000 with SPC interface does not start the DSP automatically in a loop at start up.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleSpeedRevolutions
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief reads angle value, rotation speed and number of revolutions
* \details
* This is a fast running example to demonstrate the possible readout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleSpeedRevolutions
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief reads angle value, rotation speed and number of revolutions
* \details
* This is a fast running example to demonstrate the possible readout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleTest
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for a first check.
* \details
* This example reads all main Sensor registers (angle,revolution,speed,range and temperature)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleTest
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for a first check.
* \details
* This example reads all main Sensor registers (angle,revolution,speed,range and temperature)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleValueProcessing
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief reads angle values
* \details
* This is a fast running example to demonstrate the possible readout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readAngleValueProcessing
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief reads angle values
* \details
* This is a fast running example to demonstrate the possible readout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readMultipleRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Demostrates how to read multiple registers
* \details
* This example demonstrates how to read multiple raw registers at once.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readMultipleRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Demostrates how to read multiple registers
* \details
* This example demonstrates how to read multiple raw registers at once.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readSpeedProcessing
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief This example can be used for a first fast test if the sensors works
* \details
* Demonstrates the fast readout of the angle speed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name readSpeedProcessing
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief This example can be used for a first fast test if the sensors works
* \details
* Demonstrates the fast readout of the angle speed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name sensorRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief Reads all sensor registers and reports there status
* \details
* This example program will read all documented registers from the sensor and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name sensorRegisters
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief Reads all sensor registers and reports there status
* \details
* This example program will read all documented registers from the sensor and
Expand Down
2 changes: 1 addition & 1 deletion src/framework/wiced-43xxx/apps/sensorType/sensorType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name sensorType
* \author Infineon Technologies AG (Dr.Olaf Filies)
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief prints register bit matrix and sensor interface type
* \details
* This example program prints the bit matrix of all registers and the sensors default
Expand Down
2 changes: 1 addition & 1 deletion src/framework/wiced-43xxx/apps/sensorType/sensorType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name sensorType
* \author Infineon Technologies AG (Dr.Olaf Filies)
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief prints register bit matrix and sensor interface type
* \details
* This example program prints the bit matrix of all registers and the sensors default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name testSensorMainValues
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief This example can be used for a first fast test if the sensors works
* \details
* It will generate a looped output of the direct measured data (DIR) and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name testSensorMainValues
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 3.0.1
* \version 3.1.0
* \brief This example can be used for a first fast test if the sensors works
* \details
* It will generate a looped output of the direct measured data (DIR) and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name useMultipleSensors
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for using up to four sensors on one SPI channel.
* \details
* This example program starts one to four sensors on one SPI line with different CS pins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \name useMultipleSensors
* \author Infineon Technologies AG
* \copyright 2020 Infineon Technologies AG
* \version 2.0.1
* \version 3.1.0
* \brief Testscript for using up to four sensors on one SPI channel.
* \details
* This example program starts one to four sensors on one SPI line with different CS pins
Expand Down
Loading

0 comments on commit 4d84041

Please sign in to comment.