Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.96 KB

README.md

File metadata and controls

56 lines (34 loc) · 2.96 KB

STK500 Repository!

Version: 1.0 Release Build Status License: GPL v3 Slack: Join

Description

The STK600 repository is a set of library's used in the module and other repositories for communication with different microchips and or semiconductors. It has been written to abstract the software from the hardware platform. Our aim is that platform can be changed (e.g. from RISC to ARM without changing the developed software (like a browser). The STK600 library supports (@ the moment) only the ATmega2560 (STK500 supports ATmega8/16/...) but it will increase in the future.

  1. Supported Controller
    • Atmel ATmega2560 (and comparable)
    • ATmega with same interface type as ATmega2560
  2. Development Hardware
  3. Additional Hardware
  4. Development Software
    • Atmel Studio (uC C/C++)

Abstraction

Graphical Description

Getting Started

Every project has a demo application as side car (e.g. uart has uartDEMO). This demo can be used as quick start guide. We also try to keep our WIKI up-to-date. Also there is a short description at the libraries folder:

Compatibility

In the following table functions which are compatible with the function in the first row are listed.

Function uart
uart

(At the moment not all functions are tested in combination, so if there is any issue please feel free to report!)

Important Notice

This files are valid for all repositories at the SUNriaX Github!

Additional Information

You can find more additional information in the manual repository and/or visit the WIKI for further information (currently under construction).

If there are any further questions feel free to start an issue or contact us, we try to react as quick as possible.


R. GÄCHTER, Rankweil Sep/2018