diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-15 17:22:41 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-15 17:22:41 -0700 |
| commit | a57da6b808b53e1a23aff327710a0e365ecc6acc (patch) | |
| tree | e92f4b33a987e8ab530ab1c56a577d5c2a3b6080 /ports/cxd56 | |
| parent | 8edb8e87c8d372203fcde3ec9df044c64d9caa0b (diff) | |
Add port_fixed_stack for more spresence
Diffstat (limited to 'ports/cxd56')
| -rw-r--r-- | ports/cxd56/supervisor/port.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/cxd56/supervisor/port.c b/ports/cxd56/supervisor/port.c index 73d6fb930..9ec9dbfdf 100644 --- a/ports/cxd56/supervisor/port.c +++ b/ports/cxd56/supervisor/port.c @@ -76,6 +76,10 @@ void reset_port(void) { void reset_to_bootloader(void) { } +supervisor_allocation* port_fixed_stack(void) { + return NULL; +} + uint32_t *port_stack_get_limit(void) { struct tcb_s *rtcb = this_task(); |
