XMC-for-Arduino

Integration of Infineon's XMC microcontrollers into the Arduino IDE.

OTHER License

Stars
105
Committers
38

Bot releases are visible (Hide)

XMC-for-Arduino - Bug fix of XMCFlasher for Mac OS and Linux

Published by mhollfelder about 7 years ago

  • New XMCFlasher tool version 1.2.1: fixing problems for Mac OS and Linux
  • XMC Core version 1.0.5
XMC-for-Arduino - Cleaning-up of repository and changes of Wire lib

Published by mhollfelder about 7 years ago

  • Changes in Wire lib
  • Clean-up of repository
  • Minor generic changes
XMC-for-Arduino - Bugfixes for Serial, Wire, and SPI functions

Published by mhollfelder about 7 years ago

  • Fixed bug: stuck while Serial transmit on high speed
  • Fixed bug: wrong SDA and SCL in pins_arduino (XMC4700)
  • Changed delayMicroseconds
  • SPI and Wire lib - shared USIC
XMC-for-Arduino - Fixes for Wire lib, HardwareSerial, typos and other bugs

Published by mhollfelder over 7 years ago

  • Changed the Wire Lib - use HW FIFO - incresed buffer size - renamed struct variable
  • Fixed a typo: == / =
  • Updated the boards.txt
  • Increased the stack size for XMC1100
  • Fixed the HardwareSerial issue from GitHub
  • Adjusted the delayMicroseconds() function
  • Added the XMC1300 Board
XMC-for-Arduino - Fixes for Wire, Serial, Random and Added Keywords

Published by mhollfelder over 7 years ago

Changes

  • Added keywords
  • Changed the wire NACK detection + ADDED repeated start @requestFrom after endTransmission(false)
  • Added the early return after NACK received at address phase (wire.cpp)
  • Added the random(long, long) func
  • Fixed the wire-slave-receive-bug
  • Fixed the wire-requestFrom-address-not-set-Bug
  • Added check if serial available during serialEvent
XMC-for-Arduino - First Release

Published by Infineon over 7 years ago

XMC for Arduino

The traced back initial release of the XMC integration into the Arduino IDE

Known bugs:

  • rand() function returns always the same value when executed
  • Problem with I2C receive
XMC-for-Arduino - Fix for Linker and I2C

Published by Infineon over 7 years ago

Changes

  • Fixed an issue with the rand() function which returned always the same value when executed: changed linker flags in platform.txt and removed --nano.specs
  • Fixed I2C receive bug