On Sun, Apr 24, 2022 at 10:40 PM Simon Safar wrote:
> On Sat, Apr 23, 2022, at 2:26 PM, Max Filippov wrote:
> > It's for a (future...) Lisp compiler! Somewhat in the style of MicroPython;
> > the idea
> > is to make code editable on the fly, without reflashing (... or restarting,
> > even).
>
>
On Sat, Apr 23, 2022, at 2:26 PM, Max Filippov wrote:
> > It's for a (future...) Lisp compiler! Somewhat in the style of MicroPython;
> > the idea
> > is to make code editable on the fly, without reflashing (... or restarting,
> > even).
>
> Interesting. Do you use libisa or do you do instructio
On Fri, Apr 22, 2022 at 8:16 PM Simon Safar wrote:
> It's for a (future...) Lisp compiler! Somewhat in the style of MicroPython;
> the idea
> is to make code editable on the fly, without reflashing (... or restarting,
> even).
Interesting. Do you use libisa or do you do instruction encoding on
Hi Max,
On Thu, Apr 21, 2022, at 1:56 PM, Max Filippov wrote:
>
> An update to target/xtensa/cores.list is needed for this core to be built
> in qemu-6.2+. Please keep that file alphabetically sorted.
sounds great, thank you for the review!!! Will send out v2 soon.
> I'm curious how is it suppo
Hi Simon,
On Thu, Apr 21, 2022 at 1:04 PM Simon Safar via wrote:
>
> This is the core used in e.g. ESP8266 chips. Importing them
> using import_core.sh, with the required files sourced from
>
> https://github.com/espressif/xtensa-overlays
>
> core-lx106.c was generated by the script; the only cha