-
IMO, the current name of this program is a bit unfortunate. It is nearly the same name as the earlier Chrome app "stm-serial-flasher". Also "serial" doesn't mean that much, as pretty much any method t…
-
After running make I get this:
```
CC main.c
CC display.c
CC uart.c
CC eeprom.c
CC outputs.c
CC config.c
CC fixedpoint.c
CC parse.c
CC adc.c
LINK b3603.ihx
Code is too large, it is 8570 by…
-
Hello,
I'm considering STM8 as a target for my Forth cross compiler. Which board would you recommend using for testing? Ease of use is more important than cost or features.
Thanks!
-
\ I am having great fun using eForth
\ thank you for a great piece of work
\ In v2.2
3 0 dnegate .s \ results in
FFFD 0
-
Hi, how to fix this issue, thanks.
![2016-11-28 10_06_48-datalogger cpp d__onedrive_magnus_kitchendefender-palatis_mcs51_mcu_esp8266_da](https://cloud.githubusercontent.com/assets/12479703/20654334…
-
This issue follows on from https://github.com/KiCad/kicad-library/issues/1386
Some references:
* https://github.com/KiCad/kicad-library/pull/1081
* https://github.com/KiCad/kicad-library/issues…
-
I'm working on creating a new platform support for the MCS-51 family MCUs
https://github.com/Palatis/platform-mcs51.git
The problem is that
1. We don't have `mcs51` support in [gcc](https://gcc.gnu.…
-
[The patch](https://github.com/Homebrew/homebrew/blob/4f21816b439098452e2d3f5e27d490efd2efc4fb/Library/Formula/sdcc.rb#L25-L30) that is applied when installing SDCC from HEAD seems broken:
```
$ brew…
-
On first run after installing dependencies, the make fails. It is resolved by doing a "mkdir bin/", but unfortunately after that the make fails a second time:
~/mousejack$ make
sdcc --model-large --s…
-
The error is listed below;
```
$ make FLAGS="-DDEBUG"
sdcc -DDATE=0x20141222 -mmcs51 --code-size 0x1e00 --xram-loc 0xe000 --xram-size 0x0200 -Wl"-b DSCR_AREA=0x1e00" -Wl"-b INT2JT=0x1f00" -DDEBUG -c …