technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

uLisp: New target: Infineon XMC1100 bootkit #25

Open ramangopalan opened 4 years ago

ramangopalan commented 4 years ago

Hi David, greetings!

Many thanks for uLisp! I enjoyed reading the uLisp source code and its references. I have an Infineon XMC1100 boot kit lying around. I wanted to make a uLisp project for it and make it available. How do you think I should proceed?

o) I notice that you have a ulisp-stm32 project available. Should I make a ulisp-xmc for example?

o) OR would it be better to add the relevant conditional compilation sections and add support for the core alongside your ulisp-arm project?

Raman

technoblogy commented 4 years ago

I would start from the ulisp-arm version as its more up to date, and the ulisp-stm32 version is really tailored to the STM32F103 in the Maple Mini.

See: Porting uLisp to a new platform.