profdc9 / RFBitBanger

A QRP digital transceiver created from readily available parts for off-the-grid maintenance
198 stars 16 forks source link

Support for non-Arduino build for the core SCAMP encode/decode #5

Closed brucemack closed 1 year ago

brucemack commented 1 year ago

The goal here is to be able to build versions of the SCAMP terminal without a dependency on the Arduino ecosystem. This will enable the use of other microcontrollers.

Changes

At this point scamp.c, golay.c, and dspint.c compile without warnings outside of Arduino using a recent gcc (Clang 15.0.0).