Comments updates
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 30 Jan 2022 03:20:38 +0000 (04:20 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 10 Feb 2023 18:02:59 +0000 (19:02 +0100)
core/bootstrap.c
core/system.c

index 7b48a68..c4d6b81 100644 (file)
@@ -144,6 +144,9 @@ extern void rom_helpers_init(void);
 /*
  * This is the entry point of the programm
  * It does the set up of the memory and then starts the main.
+ * FIXME : The compiler ensures that the values remain valid (not stored in the
+ *         copied or erased sections of RAM, but this should be forced by assembly
+ *         code from here.
  */
 void Reset_Handler(void)
 {
index 73cc6c9..2f0ff33 100644 (file)
@@ -52,7 +52,7 @@ static struct lpc_desc_private lpc_private = {
 };
 
 /***************************************************************************** */
-/*                     Required system inits                                  */
+/*                     Required system inits                                   */
 /***************************************************************************** */
 
 /* Configure the brown-out detection */
@@ -267,7 +267,7 @@ void clkout_off(void)
 
 
 /***************************************************************************** */
-/*                    Default sleep function                                   */
+/*                    Default sleep functions                                  */
 /***************************************************************************** */
 /* Note that if the systick core functions are used these will be overridden */