Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32 u4 support #26

Open
wants to merge 15 commits into
base: 32U4_support
Choose a base branch
from
Open

Commits on Dec 30, 2019

  1. 32U4 support: JICE_io and jtag2updi.cpp changed

    Modified JICE_io and jtag2updi to compile for 32U4.
    Failed to transfer files though. USB port shows up, HEX reply to command as expected, but couldn't program, yet.
    haweiler committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    cad23aa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Add files via upload

    Support for Arduino devices using HW_SERIAL for communication with PC, UART used for UPDI.
    haweiler committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    c3757f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Add files via upload

    Separated UPDI for type1 (bitbang) and type3 (UART). Changed to more 'relaxed' timings for using UPDI.
    haweiler committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    27d97f7 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Separated files for UPDI using bitbang/UART. Forgot to add changed Jtag2.cpp.
    haweiler committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    226fd8e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. added support for 32U4

    32U4 support only working using Linux right now due to a bug in windows not allowing the 32U4 to send a reply to avrdude.
    haweiler committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    f88640e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Delete JICE_io.cpp

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    e36cb3c View commit details
    Browse the repository at this point in the history
  2. Delete JTAG2.cpp

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    a112387 View commit details
    Browse the repository at this point in the history
  3. Delete jtag2updi.cpp

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6b73ce3 View commit details
    Browse the repository at this point in the history
  4. Delete sys.cpp

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f3e62ef View commit details
    Browse the repository at this point in the history
  5. Delete sys.h

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    fc263aa View commit details
    Browse the repository at this point in the history
  6. Delete updi_io.cpp

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f5fad3d View commit details
    Browse the repository at this point in the history
  7. Delete updi_io_uart.cpp

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f8a30af View commit details
    Browse the repository at this point in the history
  8. Delete updi_io_uart.h

    messed up commit: wrong directory
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    311b9bc View commit details
    Browse the repository at this point in the history
  9. Add support for 32U4

    Added support for AVR 32U4. Due to an issue how COM (with 32U4) is handled in windows, not allowing the Arduino to send feedback while trying to program, it's only working using Linux. Arduino libraries are being used for init of USB and also for some LED flashing added for finding where the sketch stops working using windows.
    haweiler committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    76490a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e5778c View commit details
    Browse the repository at this point in the history