diff --git a/README.md b/README.adoc similarity index 78% rename from README.md rename to README.adoc index 88015b5..df1b5cc 100644 --- a/README.md +++ b/README.adoc @@ -1,2 +1,3 @@ -# stm32 += stm32 + HAL for stm32 (STMicro) devices diff --git a/tests/stm32f103.robot b/tests/stm32f103.robot new file mode 100644 index 0000000..28c77fe --- /dev/null +++ b/tests/stm32f103.robot @@ -0,0 +1,10 @@ +*** Settings *** +Suite Setup Setup +Suite Teardown Teardown +Test Teardown Test Teardown +Resource ${RENODEKEYWORDS} + +*** Test Cases *** +Should Print Help + ${x}= Execute Command help + Should Contain ${x} Available commands: