Hi,
I have read the discussion about wiringpi in
http://forum.tinycorelinux.net/index.php/topic,17223.msg103333.html#msg103333 and from this I conclude that there is probably no work going on at present to update the wiringpi extension to the latest version.
AFAIK, wiringpi2 is the only library available that provides access to the Broadcom pin that can do hardware PWM (GPIO pin 18). I've successfully used wiringpi2, running under Raspbian, to create PWM in hardware, to dim and brighten LEDs, which seems to be flicker-free (see
http://raspi.tv/2013/how-to-use-wiringpi2-for-python-with-pull-ups-or-pull-downs-and-pwm ). However, it appears from the thread quoted above that the PiCore extension for wiringpi is still the original and doesn't actually work with modern Pi hardware. I then looked into building wiringpi2 from source (see
https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/ (Plan B)), but got a number of compilation errors.
I have queried the compilation errors with my local LUG, but I was wondering if it is possible to create an extension based on wiringpi2 some other way?
I have also attached a dump of the shell activity that lists the errors, in case someone here can help. I have installed 'make' and all the 'gcc' extensions.