Sorry being a newbie to 430oh.com if this is a no-no posting to old threads.
But did get the Neopixel Library working with an MSP432 Launchpad (some tweaking of the Cortex-Mx assembly required. Much thanks to the WS2811 driver mentioned here:
Only problem is I am not the greatest C++ programmer and had to hardcode the GPIO somewhat in Adafruit_NeoPixel.cpp :
//jg 12/5/17 P1.0 is pin 78. 0x40004C02 YELLOW_LED
//jg 12/5/17 P2.0 is pin 75. 0x40004C03 RED_LED
//jg 1/3/18 P3.0 is pin 18. 0x40004C03 - Gets Neopixel off LED jumper on MSP432 LP
But hooks are in Adafruit_NeoPi