mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
Make atomthreads run with SDCC
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
STM8 PORT - SMALL DEVICE C COMPILER
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
PREREQUISITES
|
||||
|
||||
* SDCC
|
||||
* Programming software (e.g. stm8flash)
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
BUILD VIA MAKEFILE
|
||||
|
||||
* make -f sdcc.mak
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.area CODE
|
||||
|
||||
; uint8_t get_cc(void);
|
||||
_get_cc::
|
||||
push cc
|
||||
|
||||
Reference in New Issue
Block a user