cruz Posted May 6, 2014 Report Share Posted May 6, 2014 Hi,I'm new here so bear with me I use Chibios in my project and I choose µgfx for my project:) Currently I thing I've catched two bugs. Can anyone check this?The latest source:https://bitbucket.org/Tectu/ugfx/src/96 ... ?at=masterline 1418 :There is macro: MUTEX_EXIT(); I think there will be MUTEX_EXIT(g);This bug also occurs release 2.0 from official site:http://ugfx.org/images/resources/downlo ... ase-20.zipgdisp.c line 1436. There is only MUTEX_EXIT; macro. Compiler show me error:../../../../ugfx/src/gdisp/gdisp.c:1436:5: error: 'MUTEX_EXIT' undeclared (first use in this function)../../../../ugfx/src/gdisp/gdisp.c:1436:5: note: each undeclared identifier is reported only once for each function it appears inofc if I change it to MUTEX_EXIT(g) compiler can compile code. Currently I don't know if it's working but maybe today I code some demo for my project and start it:) Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted May 6, 2014 Report Share Posted May 6, 2014 Hello cruz and welcome to the community!Thank you very much for reporting this bug. That line is indeed wrong and I've already fixed it in the master. I'll backport it to the 2.0 release ASAP.Personal hint: We'll release uGFX v2.1 this weekend. You probably don't want to start using the 2.0 release right now but directly stick to the master.~ Tectu Link to comment Share on other sites More sharing options...
cruz Posted May 6, 2014 Author Report Share Posted May 6, 2014 Oh great! Thanks for advice, so I'll try switch to master. If I find new bugs I'll report them, ofc If you want Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted May 6, 2014 Report Share Posted May 6, 2014 That would be very appreciated. All sorts of bug reports or even just feedback helps us to improve the quality of the project.Currently we are heavily searching for people who create demo projects or simply show us a link to their blog. We really need to fill up our demos section on the website.~ Tectu Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now