James Walmsley
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by James Walmsley-
James Walmsley commented,
Also you could change it to: #!/bin/which python I mainly develop on Ubuntu based machines, and I found that /usr/bin/env was available under msys and Ubuntu which is why I used that. I think /bin/...
-
James Walmsley commented,
Hi Dustin, Thanks for perservering with this one. In the .dbuild directory ensure that all python files are marked executable. $ cd .dbuild/pretty/ $ chmod +x *.py Also just looking at the pretty.p...
-
James Walmsley commented,
Hi Dustin, Thanks for trying this :D I guess your using some source code analysis checker, which I didn't use, so a lot of errors seem to come from this. >> There seems to be a lot of missing Imple...
-
James Walmsley commented,
Hi Alberto, Firstly, thanks for taking the time to try it. It sounds like you are almost there! The only problem is the library paths for libgcc and libc for the compiler.You can edit these paths i...
-
James Walmsley commented,
Checkout a working snapshot from: https://github.com/jameswalmsley/RaspberryPi-FreeRTOS I'll add a proper README file in the coming days. On a Linux system it should build by typing make. On window...
-
James Walmsley created a post,
Raspberry Pi Port - Almost Ready
Hi Richard, and the FreeRTOS community, I've managed to make a fully functioning port of FreeRTOS for the RaspberryPi. I shall post the full code here very shortly. I will also include a simple int...