-
Hiya,
There's a comment in main.c that asks:
```
* According to SDCC specification, interrupt handlers MUST be placed within the file which contains
* the void main(void) function, otherw…
-
(base) crisqifawei@CRISQIFAWEI-MC0 tiny51_os % make flash
rm -rf *.bin *.hex *.asm *.ihx *.lk *.lst *.map *.mem *.rel *.rst *.sym *.adb *.omf *.cdb
sdcc --model-large --debug -c ./task_scheduling_co…
-
When flashing the .ihx file provided in this repo, the helloworld example works,
but when I compile it from source code using the SDCC snapshot, it doesn't.
Actually I couldn't get any of the showca…
-
Did a board manager install of Sduino per the instructions (running Arduino 1.8.19):
Start the Arduino-IDE. In File->Preferences, Settings tab, enter
https://github.com/tenbaht/sduino/raw/master…
-
Hi
Im getting
Invalid config for 'notify' at configuration.yaml, line 212: required key 'platform' not provided
I have this in my config file:
#### Write to db
notify:
- name: mysql_c…
-
Some manuals like https://github.com/pfalcon-mirrors/sdcc/blob/master/sim/ucsim/README make a impression sdcdb can work with any ucsim emulator.
But when I tried -m option (e.g `sdcdb -mz80`) , it…
-
please advise below error when i am using make , I'm using kali linux
/opt/mousejack/nrf-research-firmware
sdcc --model-large --std-c99 -c src/main.c -o bin/main.rel
sdcc --model-large --std-c99 -…
-
This repository contains .svd, .sxml and .h files.
Over at SourceForge, there is a ticket for adding the headers to SDCC: https://sourceforge.net/p/sdcc/patches/367/
If SDCC would add the h files,…
-
Hey, I tried installing the code and I followed all the steps up to make but when I ran make it gave me the following errors.
```
❱ make
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B n…
-
Hello I am on arm64 arch..
I have installed gcc from sources, on:
/opt/sdcc
I made sdcc testes its ok.
But when I have your json config board: package_sduino_stm8_index.json
arduino IDE trows m…