mbriday

Results 5 issues of mbriday

The Cortex port is now based on CMSIS and the port of the Teensy 3.1 is broken (out of date). I tried to import some CMSIS functions (NVIC_SetPriority is used...

The goil templates allows to declare a driver through the LIBRARY object (in config.oil file). However, the LIBRARY object embeds a path and a set of functions (header/code). it is...

enhancement
component: goil

The task's stack does not have a dedicated section in link script, even if the section is correctly set to '.Task_IDLE_TASKStack' in generated files. The link phase fails on powerpc...

The PSIM (PowerPC simulator) target does not work any more. It crashes at the first 'sc' instruction.

bug
help wanted

Hi, Thanks for this great python module!! ### Environment (OS, Python version, PySpice version, simulator) Linux Debian 12.1 with Python 3.11.2, pyspice v1.5, installed from pip3 (using a venv) ###...