aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-21 21:18:44 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-06 13:49:16 -0400
commitccb8db5ea17387601e6e22d7aed00c73b45f5b94 (patch)
tree83f7ad447c8a2c6280d86c7543994a9d95206523 /lib/README
parent83d600d518667038f7c15eada20284115fe7624e (diff)
downloadkutter-ccb8db5ea17387601e6e22d7aed00c73b45f5b94.tar.gz
kutter-ccb8db5ea17387601e6e22d7aed00c73b45f5b94.tar.xz
kutter-ccb8db5ea17387601e6e22d7aed00c73b45f5b94.zip
lib: No need to make lpc176x SystemInit() externally visible
Now that the lpc176x code uses the armcm_boot mechanism, it is no longer necessary for SystemInit to be externally visible. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/README b/lib/README
index d78af6d7..bbf09680 100644
--- a/lib/README
+++ b/lib/README
@@ -35,9 +35,8 @@ The lpc176x directory contains code from the mbed project:
https://github.com/ARMmbed/mbed-os
version mbed-os-5.8.3 (c05d72c3c005fbb7e92c3994c32bda45218ae7fe).
Contents taken from the targets/TARGET_NXP/TARGET_LPC176X/ directory.
-It has been modified to compile with gcc's LTO feature and to use
-appropriate clock speeds on the LPC1768 and LPC1769. See lpc176x.patch
-for the modifications.
+It has been modified to set the appropriate clock speeds on the
+LPC1768 and LPC1769. See lpc176x.patch for the modifications.
The cmsis-stm32f0 and the hal-stm32f0 directories contain code from
STMicroelectronics: