simpPRU
simpPRU copied to clipboard
Intuitive language for PRU which compiles down to PRU C
 This PR adds the subtract-assignment operator "-=" to simpPRU.
 This PR adds the add-assignment operator "+=" to simpPRU.
 This PR adds the xor bitwise operator "^" to simpPRU.
@VedantParanjape , if you rely on RPMSG, you also need to update the PRU firmware. For kernel 5.10 please check the recent commits in: - https://github.com/dinuxbg/pru-software-support-package , master branch, lab05...
Currently there is no way to know from the UI in simppru-console if the PRU is on or off. It would be nice if there was some kind of indicator...
This is the PR for adding the description and the examples of the features added in the simpPRU docs for the work done in GSoC 2022.
This PR adds the quit button feature in the simppru-console for exiting the console.
Hi BeagleBone Green is same as BBB in pru but when i want to compile blink example for BBG, when i don't define the device parameter i get this error...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...