From 932ba6d9f036306ba80e5ecd005ca641e318d736 Mon Sep 17 00:00:00 2001 From: Francois Berder <18538310+francois-berder@users.noreply.github.com> Date: Fri, 3 Apr 2020 19:19:30 +0100 Subject: [PATCH 1/2] boards: pic32-clicker: Update UART implementation status in documentation Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com> --- boards/pic32-clicker/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/pic32-clicker/doc.txt b/boards/pic32-clicker/doc.txt index 145883a34140..cb55463d25be 100644 --- a/boards/pic32-clicker/doc.txt +++ b/boards/pic32-clicker/doc.txt @@ -60,7 +60,7 @@ found in the [manual](https://download.mikroe.com/documents/starter-boards/click | Low-level driver | GPIO | partly | gpio_irq not supported | | | ADC | no | | | | PWM | no | | -| | UART | partly | only TX | +| | UART | yes | | | | I2C | no | | | | SPI | no | | | | USB | no | | From 988763bf89b90df521494f814a9d8f8e33f4078a Mon Sep 17 00:00:00 2001 From: Francois Berder <18538310+francois-berder@users.noreply.github.com> Date: Fri, 3 Apr 2020 19:20:05 +0100 Subject: [PATCH 2/2] boards: pic32-wifire: Update UART implementation status in documentation Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com> --- boards/pic32-wifire/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/pic32-wifire/doc.txt b/boards/pic32-wifire/doc.txt index 4f0ddb8db351..c9b3c953a272 100644 --- a/boards/pic32-wifire/doc.txt +++ b/boards/pic32-wifire/doc.txt @@ -61,7 +61,7 @@ Additional documents: | Low-level driver | GPIO | partly | gpio_irq not supported | | | ADC | no | | | | PWM | no | | -| | UART | partly | only TX | +| | UART | yes | | | | I2C | no | | | | SPI | no | | | | USB | no | |