simpPRU icon indicating copy to clipboard operation
simpPRU copied to clipboard

Intuitive language for PRU which compiles down to PRU C

Results 19 simpPRU issues
Sort by recently updated
recently updated
newest added

![sub-assignment](https://user-images.githubusercontent.com/84722531/176731014-4601312a-572c-47da-a6e9-23c77e39ebb6.jpg) This PR adds the subtract-assignment operator "-=" to simpPRU.

![Add-assignment](https://user-images.githubusercontent.com/84722531/176730392-815eae01-1cb7-4c69-b9ae-07247f255bab.jpg) This PR adds the add-assignment operator "+=" to simpPRU.

![xor-operator](https://user-images.githubusercontent.com/84722531/176729947-a6da9143-82d1-44ce-a5d5-9036da322af2.jpg) 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...

enhancement

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...

dependencies