-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
```
I had issues getting correct values following your frexpf algorithm. When I
switched to the algorithm shown at
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better
luc…
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …
-
I just received a new CrazyRadio PA in the mail, and attempted to follow this tutorial to flash it today, and ran into the following problem:
root@kali:~/tools/keysniffer/nrf-research-firmware$ make
…
-
If I compile my game Cross Horde(built with Cross-Lib), I get a broken binary (blank screen after pressing a key) with ZSDCC and a working binary with SCCZ80.
@feilipu, I may have a new failing te…
-
If I compile the pv1000 target in Cross Chase with sdcc I get an overflow warning at
```
for(k=0;k
-
`/*-----------------------------------------------------------------------`
Pinguino example to read ds18b20 1wire temperature sensor
Result is sent on usb-serial bus and can be read with index.ph…
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …
-
I am just in the process of setting up a new project from scratch and am trying to use the most recent includes, which I intendend to clone into my path somewhere. (Before I was just lazy and reused o…