summaryrefslogtreecommitdiff
path: root/ports/litex/supervisor
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-04-08 10:49:46 -0700
committerScott Shawcroft <scott@tannewt.org>2020-04-08 10:49:46 -0700
commitd0a25ca9acf4d96923fe81bf7ee6b313e86595ef (patch)
tree88e8a4cd5446ec35286fdf23d6473d9c9d776c11 /ports/litex/supervisor
parent6544bf52fb87fd47c234a8ab3fc26865b124c039 (diff)
Tweaks based on dhalberts feedback
Diffstat (limited to 'ports/litex/supervisor')
-rw-r--r--ports/litex/supervisor/port.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/litex/supervisor/port.c b/ports/litex/supervisor/port.c
index c2af0d2a9..2297b15b1 100644
--- a/ports/litex/supervisor/port.c
+++ b/ports/litex/supervisor/port.c
@@ -131,5 +131,6 @@ void port_disable_tick(void) {
void port_interrupt_after_ticks(uint32_t ticks) {
}
+// TODO: Add sleep support if the SoC supports sleep.
void port_sleep_until_interrupt(void) {
}