-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ecfef6
commit f0de234
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# KDSperipheralsWorkspace | ||
A Kinetis Design Studio workspace (projects) created for ECE568 Design with Embedded Systems course at Purdue. | ||
# A Cumulative List of Kinetis Design Studio (KDS) IDE and its Peripherals Projects | ||
## Introduction | ||
The Kinetis® Design Studio (KDS) is a complimentary integrated development environment for Kinetis MCUs that enables robust editing, compiling and debugging of your designs. Based on free, open-source software including Eclipse, GNU Compiler Collection (GCC), GNU Debugger (GDB), and others, the Kinetis Design Studio IDE offers designers a simple development tool with no code-size limitations. Furthermore, Processor Expert® software enables your design with its knowledge base and helps create powerful applications with a few mouse clicks. | ||
|
||
## Dependencies | ||
- NXP FRDM K64F development board | ||
- Kinetis Design Studio ver. 3.1.0 | ||
- Kinetis SDK ver. 1.3.0 | ||
- TeraTerm | ||
|
||
## Reporting Bugs | ||
[Issues](https://github.com/priyankkalgaonkar/KDSperipheralsWorkspace/issues) can be used to keep track of bugs, enhancements, or other requests. For more information, see [Creating an Issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue). You are encouraged to create an issue if you need to report a bug or request an enhancement. | ||
|
||
## Discusstions | ||
GitHub Discussions is a collaborative communication forum. You can ask and answer questions, share updates, have open-ended conversations, and follow along on relevant decisions. Click on the [Discussions](https://github.com/priyankkalgaonkar/KDSperipheralsWorkspace/discussions) tab on the top to get strated. | ||
|
||
## Contributions | ||
This repository is created and maintained by [Priyank Kalgaonkar](https://priyankkalgaonkar.com/). You can contribute by submitting pull requests from your fork to the upstream repository. For more information, see [Contributing to Projects](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) guide. |