teensy40: enable hardware UART reconfiguration, fix receive watermark interrupt

This commit is contained in:
ardnew
2021-09-11 01:53:30 -05:00
committed by Ron Evans
parent 3eb9dca695
commit 1e92e5f6c6
4 changed files with 82 additions and 93 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ MEMORY
ENTRY(Reset_Handler);
_stack_size = 128K;
_heap_size = 512K;
_stack_size = 4K;
SECTIONS
{