Skip to content

Commit

Permalink
remove wiki & update links to rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
ederjc committed Sep 23, 2024
1 parent d4ed7fe commit 510410e
Show file tree
Hide file tree
Showing 26 changed files with 16 additions and 10,394 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/publish_docs_to_wiki.yml

This file was deleted.

36 changes: 0 additions & 36 deletions Libraries.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/arduino-deviations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ function, or other case as described below.
* - XMC4400 Platform 2Go
- External hard wired pins
- | For 3V3 boards set I2C pins to tristate or open drain to use
| For 5V boards see Wiki board page on track cuts to enable A4 and A5 to work
| For 5V boards refer to [this section](https://xmc-arduino.readthedocs.io/en/latest/hw-platforms.html#connected-i2s-and-analog-pins) on track cuts to enable A4 and A5 to work
| Level shifter on the 5V board could interfere with tristate/open drain setting
* - XMC4700 Relax Kit (and variants)
- External hard wired pins
- | For 3V3 boards set I2C pins to tristate or open drain to use
| For 5V boards see Wiki board page on track cuts to enable A4 and A5 to work
| For 5V boards see [this section](https://xmc-arduino.readthedocs.io/en/latest/hw-platforms.html#connected-i2s-and-analog-pins) board page on track cuts to enable A4 and A5 to work
| Level shifter on the 5V board could interfere with tristate/open drain setting

Expand Down
6 changes: 3 additions & 3 deletions libraries/DMA/Readme.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DMA library for XMC
# DMA Library for XMC

This library helps to manage DMA for XMC microcontrollers
This library helps to manage DMA for XMC microcontrollers.

## Additional Information
See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries)
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).
4 changes: 2 additions & 2 deletions libraries/DeviceControlXMC/Readme.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DeviceControlXMC library for XMC

This library includes the basic device control examples of the XMC which mesaures temperature, memory and sleep mode measurement
This library includes the basic device control examples of the XMC which mesaures temperature, memory and sleep mode measurement.

## Additional Information
See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries)
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).
2 changes: 1 addition & 1 deletion libraries/I2S/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ However, if you are using an XMC4000 board such as a XMC4700 Relax Kit, you shou
Sometimes, it also makes sense to adjust the data delay, which is the delay between a changing WA/LRCL edge and the start of a sample depending on the microphone of your choice. Please be aware that there are different `I2S.begin()` functions which allow to set the parameters very precisely. Have a look in the I2S.h file for more information.

## Additional Information
See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries) and doxygen-generated [documentation page](https://github.com/Infineon/InfineonDoxyGenerator).
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).

## Authors
Manuel Hollfelder
Expand Down
5 changes: 2 additions & 3 deletions libraries/OneWire/Readme.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# OneWire library for XMC
# OneWire Library for XMC

OneWire library lets you access 1-wire devices.

## Additional Information

See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries)
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).
4 changes: 2 additions & 2 deletions libraries/RTC/Readme.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RTC Library for XMC

This is the real time clock library that is supported by XMC4700
This is the real time clock library that is supported by XMC4700.

## Additional Information
See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries)
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).
2 changes: 1 addition & 1 deletion libraries/SPI/Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This library supports the Serial peripheral interaface communication protocol for the XMC.

## Additional Information
See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries)
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).
2 changes: 1 addition & 1 deletion libraries/Wire/Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
This library allows you to communicate with I2C/TWI devices.

## Additional Information
See also our [Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki/Core-Libraries)
See also our [documentation](https://xmc-arduino.readthedocs.io/en/latest/builtin-libraries.html).
4 changes: 2 additions & 2 deletions package/package_infineon_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"websiteURL": "https://www.infineon.com",
"email": "",
"help": {
"online": "https://github.com/Infineon/XMC-for-Arduino/wiki"
"online": "https://xmc-arduino.readthedocs.io/en/latest/index.html"
},
"platforms": [
{
Expand All @@ -19,7 +19,7 @@
"checksum": "",
"size": "",
"help": {
"online": "https://github.com/Infineon/XMC-for-Arduino/wiki"
"online": "https://xmc-arduino.readthedocs.io/en/latest/index.html"
},
"boards": [
{
Expand Down
24 changes: 0 additions & 24 deletions resources/readme.md

This file was deleted.

Loading

0 comments on commit 510410e

Please sign in to comment.