From 5df958fbb1d735402ae1002af5d140b8c43a1d77 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Tue, 8 Jun 2021 08:26:10 +1000 Subject: [PATCH] README.md: Shout out to Luciano Martorella (@lmartorella) Brilliant work on porting to the Microchip PIC and enhancements to the synth in general. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 764630e..95eb918 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The library runs as a state machine. Synthesis is performed completely using only integer arithmetic operations: specifically addition, subtraction, left and right shifts, and occasional multiplication. This makes it suitable for smaller CPU cores such as Atmel's TinyAVR, ARM's Cortex M0+, lower-end TI -MSP430 and other minimalist CPU cores that lack hardware multipliers or -floating-point hardware. +MSP430, [Microchip PIC12](https://github.com/lmartorella/atinysynth) and other +minimalist CPU cores that lack hardware multipliers or floating-point hardware. The data types and sizes are optimised for 8-bit microcontroller hardware.