Do you know why the blink example for driverlib doesnt work with the new release of Energia on the FR5969 Launchpad?
Look the compilation error:
blink.ino: In function 'void setup()':
blink.ino:23:25: error: 'GPIO_PORT_P1' was not declared in this scope
blink.ino:23:39: error: 'GPIO_PIN0' was not declared in this scope
blink.ino:23:48: error: 'GPIO_setAsOutputPin' was not declared in this scope
blink.ino:24:51: error: 'GPIO_setOutputLowOnPin' was not declared in this scope
blink.ino: In function 'void loop()':
blink.ino:31:28: error: 'GPIO_PORT_P1' was not declared in this scope
blink.ino:31:42: error: 'GPIO_PIN0' was not declared in this scope
blink.ino:31:51: error: 'GPIO_toggleOutputOnPin' was not declared in this scope
Thanks!