Andy Barajas
Andy Barajas
So in my environ.sh I have these settings: # Enabled export KOS_CFLAGS="${KOS_CFLAGS} -freorder-blocks-algorithm=simple -flto=auto" # Disabled #export KOS_CFLAGS="${KOS_CFLAGS} -fno-builtin" and I am able to compile KOS just fine. Am I...
Link is not working for me
I made this: https://gist.github.com/andressbarajas/c2248d5925087f5b769aacb9af8f74a8 It doesnt load from a URL but it does load SVG data as a string ("
No, it has the 2.2.0 tag on it so it will not be in the 2.1.0 release.
I have test these changes and have verified that they work for our pvr and gldc examples. There are some issues for libtsunami, libparallax though and I will see what...
^ These two PRs should fix all compile errors for the examples after this PR has been merged.
@QuzarDC Anything we can do to help push this along to being merged?
Ignoring the modem portion of this code, Im trying to figure out the best way to test the wdt_timer_t. Here is what I came up with BUT it never times...
@pcercuei I verified that your changes to modem.c work fine. I create a new branch from master and put them in and it runs no issue. Still working on why...
@pcercuei Okay, I found the issue. The main gist of it is that the timer needs to reset after every timeout. So I just did a quick test with this...