From 7389b2e34e9bbab90a7d8ef87b5f94447a0096a7 Mon Sep 17 00:00:00 2001 From: dherrada Date: Thu, 24 Mar 2022 16:36:58 -0400 Subject: [PATCH 1/2] Renamed examples/ subdirs to satisfy adabot --- examples/{getting-started => pioasm_getting-started}/README.md | 0 .../{getting-started => pioasm_getting-started}/led_brightness.py | 0 examples/{pico-examples => pioasm_pico-examples}/README.md | 0 examples/{pico-examples => pioasm_pico-examples}/blink.py | 0 examples/{pico-examples => pioasm_pico-examples}/hello.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename examples/{getting-started => pioasm_getting-started}/README.md (100%) rename examples/{getting-started => pioasm_getting-started}/led_brightness.py (100%) rename examples/{pico-examples => pioasm_pico-examples}/README.md (100%) rename examples/{pico-examples => pioasm_pico-examples}/blink.py (100%) rename examples/{pico-examples => pioasm_pico-examples}/hello.py (100%) diff --git a/examples/getting-started/README.md b/examples/pioasm_getting-started/README.md similarity index 100% rename from examples/getting-started/README.md rename to examples/pioasm_getting-started/README.md diff --git a/examples/getting-started/led_brightness.py b/examples/pioasm_getting-started/led_brightness.py similarity index 100% rename from examples/getting-started/led_brightness.py rename to examples/pioasm_getting-started/led_brightness.py diff --git a/examples/pico-examples/README.md b/examples/pioasm_pico-examples/README.md similarity index 100% rename from examples/pico-examples/README.md rename to examples/pioasm_pico-examples/README.md diff --git a/examples/pico-examples/blink.py b/examples/pioasm_pico-examples/blink.py similarity index 100% rename from examples/pico-examples/blink.py rename to examples/pioasm_pico-examples/blink.py diff --git a/examples/pico-examples/hello.py b/examples/pioasm_pico-examples/hello.py similarity index 100% rename from examples/pico-examples/hello.py rename to examples/pioasm_pico-examples/hello.py From 5eec7e9958f1202afc582d7ed7701b94197a9df4 Mon Sep 17 00:00:00 2001 From: dherrada Date: Thu, 24 Mar 2022 17:41:35 -0400 Subject: [PATCH 2/2] Renamed more examples --- examples/{rxuart.py => pioasm_rxuart.py} | 0 examples/{txuart.py => pioasm_txuart.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/{rxuart.py => pioasm_rxuart.py} (100%) rename examples/{txuart.py => pioasm_txuart.py} (100%) diff --git a/examples/rxuart.py b/examples/pioasm_rxuart.py similarity index 100% rename from examples/rxuart.py rename to examples/pioasm_rxuart.py diff --git a/examples/txuart.py b/examples/pioasm_txuart.py similarity index 100% rename from examples/txuart.py rename to examples/pioasm_txuart.py