From 49953ae44a67b033ddf35cd7ab3e5a126b827043 Mon Sep 17 00:00:00 2001 From: Cristian Guemes Date: Mon, 30 May 2022 12:04:21 +0200 Subject: [PATCH] SMS-2803: Update readme and release notes --- readme.md | 1 + release_notes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 4c71369e..2926522d 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,7 @@ The following applications are provided to demonstrate the typical or interestin | [PHY Tester Tool](apps/phy_apps/phy_tester_tool/readme.md) | The PHY Tester tool is an application example that allows checking of the complete performance of the Microchip G3 PHY Layer on PLC boards | | [PHY Sniffer Tool](apps/phy_apps/phy_sniffer_tool/readme.md) | The PHY Sniffer is an application example that uses the PHY layer to monitor PLC frames in the G3 network and send them via USI serialization. | | [PHY Tx Test Console](apps/phy_apps/phy_tx_test_console/readme.md) | The PHY Tx Test Console is an application example that demonstrates the complete performance of the Microchip G3 PHY Layer avoiding timing limitations in the PC host | +| [G3 MAC RT PLC and Go](apps/mac_rt_apps/mac_rt_plc_and_go/readme.md) | This example is intended to show a simple application running on top of the G3 MAC RT layer. | ____ diff --git a/release_notes.md b/release_notes.md index a46032ef..b8d148da 100644 --- a/release_notes.md +++ b/release_notes.md @@ -23,6 +23,7 @@ The following table provides the list of the SE PLC applications: | PHY Tester Tool | SAME70 | PLC PHY application to connect to Microchip PLC PHY Tester Tool | | PHY Sniffer Tool | SAME70 | PLC PHY application to connect to Microchip PLC PHY Sniffer Tool | | PHY Tx Test Console | SAME70 | PLC PHY demo application to manage PLC transmissions via serial console | +| MAC RT PLC and Go | SAME70 | PLC MAC RT chat demo application using G3_MAC_RT API | ### Known Issues