mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-09 22:19:29 +00:00
teensy40: enable hardware UART reconfiguration, fix receive watermark interrupt
This commit is contained in:
@@ -8,8 +8,7 @@ MEMORY
|
||||
|
||||
ENTRY(Reset_Handler);
|
||||
|
||||
_stack_size = 128K;
|
||||
_heap_size = 512K;
|
||||
_stack_size = 4K;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user