Add example-usart, which works well with ST Nucleo L432.

This commit is contained in:
NIIBE Yutaka
2019-04-12 20:20:16 +09:00
parent 92de60e5f2
commit ca06df793a
2 changed files with 24 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#define MAIN_SIZE 0x0080 /* Idle+Exception handlers */
#define SIZE_0 0x0200 /* Main program */
#define SIZE_0 0x0300 /* Main program */
#define SIZE_1 0x0100 /* first thread program */
#define SIZE_2 0x0100 /* second thread program */
#define SIZE_3 0x0200 /* third thread program */