From d6872f8cd9e156cdad43106d61f4fe2d36175c88 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 29 Oct 2017 18:16:48 +0000 Subject: [PATCH] Extend documentation --- os/sys/platform.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/os/sys/platform.h b/os/sys/platform.h index aef948ad0..e6edf2488 100644 --- a/os/sys/platform.h +++ b/os/sys/platform.h @@ -139,7 +139,10 @@ void platform_init_stage_one(void); * that rely on networking should not be initialised here. * * When this function returns, the main routine will assume that the - * platform has enabled character I/O and can print to console. + * platform has enabled character I/O and can print to console. When + * this function returns, main() will attempt to initialise the network + * stack. For this to work properly, this function should also populate + * linkaddr_node_addr. * * It is the port developer's responsibility to implement this function. *