Skip to content

Commit 753f989

Browse files
author
Greg Landry
committed
Added video links to readme
1 parent d643405 commit 753f989

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the entry-level ModusToolbox™ training class. It is a pre-requisite for all level 2 and level 3 ModusToolbox™ training classes.
44

5-
This class is a survey of the ModusToolbox™ development platform. The learning objective is to introduce you to all the tools in the ModusToolbox™ ecoysystem and help you develop some familiarity with using them. The class is “a mile wide and an inch deep.” This should enable you to understand the scope of the development ecosystem and teach you where to find “everything.”
5+
This class is a survey of the ModusToolbox™ development platform. The learning objective is to introduce you to all the tools in the ModusToolbox™ ecoysystem and help you develop some familiarity with using them. The class is “a mile wide and an inch deep”. This should enable you to understand the scope of the development ecosystem and teach you where to find “everything”.
66

77
This is a "Level 1" class, meaning that it is intended as an entry point to get you started with the ModusToolbox™ ecosystem. Level 2 classes dig deeper to give more detailed training on specific products such as PSoC™ or XMC MCUs. Level 3 classes go even further by diving into a complete solution such as Bluetooth, Wi-Fi, Motor Control, or Machine Learning.
88

@@ -27,6 +27,25 @@ The following hardware is used for the exercises in this class:
2727

2828
- CY8CKIT-062S2-43012 (PSoC™ 62S2 Wi-Fi BT Pioneer Kit)
2929

30+
## Videos
31+
32+
Videos are available for many of the topics from this class. See the list below for links to the videos.
33+
34+
| Title | Description |
35+
|-------|-------------|
36+
| [Introduction](https://e.video-cdn.net/share?video-id=3CfkNhqekfwGSrZH_uqgKH&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | This video provides a high level view of how ModusToolbox™ works, what's included in the installation, and how to get started developing today. |
37+
| [Installation](https://e.video-cdn.net/share?video-id=ByVg_ooiWeLJ3bmjoEtYPC&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | In this video we'll walk through the basic steps to download and install ModusToolbox™. The video showcases installation on Windows in addition to providing details for installing on macOS and Linux operationg systems. |
38+
| [Documentation](https://e.video-cdn.net/share?video-id=1CAThWybQvb4TC5SgW-7_r&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | Quick and easy access to documenation is a key attribute to working with a development environment like ModusToolbox™. In this video we highlight how to access some of the key documentation resources and where to go for additional community support. |
39+
| [Creating an application](https://e.video-cdn.net/share?video-id=9U66xSrFnnE4CBv77be2yx&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | Infineon provides a large number of code examples and project templates within Infineon GitHub repositories. This video provides an overview of working with the ModusToolbox™ project creator to create an application on your development machine. Details cover using the standalone graphical project creater, an integrated flow within the Eclispe IDE for ModusToolbox™, and using the command-line interface to create projects in a scriptable way. |
40+
| [Exploring an application](https://e.video-cdn.net/share?video-id=5NozBTozrJVSHmCK5Gj5Ys&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | With a ModusToolbox™ application created, this video will walk through the folder structure, exploring the location of board support package files, shared libraries, and ModusToolbox™ workflow files. The goal is to help demystify how the various files are used and enable the developer to take full advantage of the flexibility provided by the ModusToolbox™ development environment. |
41+
| [Working with the command line](https://e.video-cdn.net/share?video-id=DgUU1RU5KBnPrQmRvHh1g_&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | In this video we'll discuss and walk through using the command-line interface supported in ModusToolbox™. The video covers features and commands available within the ModusToolbox™ make-based build system. |
42+
| [How-To: Starting with a new application](https://e.video-cdn.net/share?video-id=CCBLCmsjnWMTHiK2Y-FAEZ&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | In this video we walk through creating a new application based off of the PSoC™ 6 Empty Application template. The video showcases both the Eclipse IDE for ModusToolbox™ and Microsoft Visual Studio Code. This How-To segment will serve a the initial step for following How-To videos. |
43+
| [How-To: Blinking an LED with a GPIO](https://e.video-cdn.net/share?video-id=DKF1YvrLhaWjf46JiqFAvD&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | In this video we walk through developing a basic Blinky LED application using both the Hardware Abstraction Layer and the lower-level Peripheral Driver Libraries for PSoC™ 6. |
44+
| [How-To: Blinking an LED with a PWM](https://e.video-cdn.net/share?video-id=Brc4rJquuXCJ5YZFTLwwtn&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | In this video we extend the concept of a Blinky LED with the capability of a hardware Timer/Counter/PWM peripheral. The walk through will illustrate using both the Hardware Abstraction Layer and the lower-level Peripheral Driver Libraries for PSoC™ 6. |
45+
| [How-To: Using a GPIO interrupt](https://e.video-cdn.net/share?video-id=8BzX3rBcfUo3nxaQTeVGxc&player-id=2t2W2ykrDB_RisZ1QorEJU&channel-id=89141) | In this video we walk through the development of an interrupt enabled GPIO button. The video illustrates the APIs and concepts with both the Hardware Abstraction Layer and the lower-level Peripheral Driver Libraries for PSoC™ 6. |
46+
47+
48+
3049
## References
3150

3251
Additional information can be found at:

0 commit comments

Comments
 (0)