From 205c05dc251e7ce668459942fdc3aec63acbc1ee Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Thu, 27 May 2010 00:55:39 +0100 Subject: [PATCH] STM8: New name for Cosmic assembler file. --- ports/stm8/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm8/README b/ports/stm8/README index b4c7366..56225e8 100644 --- a/ports/stm8/README +++ b/ports/stm8/README @@ -20,7 +20,7 @@ as the context-switch routine which saves and restores processor registers on a thread switch. In this case, the kernel port is split into two files: * atomport.c: Those functions which can be written in C - * atomport-asm.s: The main register save/restore assembler routines + * atomport-asm-cosmic.s: The main register save/restore assembler routines Each Atomthreads port requires also a header file which describes various architecture-specific details such as appropriate types for 8-bit, 16-bit