Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 1.03 KB

AzureRTOS.md

File metadata and controls

9 lines (7 loc) · 1.03 KB

Projects exploring the AzureRTOS family - ThreadX, NetX, FileX etc. in conjunction with Renesas Synergy

Following projects target the Renesas S7G2 - in particular the Starter Kit. Explorations of AzureRTOS in combination with the Synergy framework.

  1. Blinkey - is a starter application generated by the wizard but with a slight twist.
  2. Shell - is basically the same except it adds support for a skeleton of a shell over UART.
  3. Messaging - use messaging instead of global variables for communication.
  4. Check your reaction time - a game of sorts similar to the Visual Field Test!
  5. Built in components - crc - crc of different blocks of RAM. Some dynamic, others static. Includes a project illustrating the use of the ADC. Read the board temperature and a voltage. This repo contains 2 projects int the same workspace.