Hacker News new | ask | show | jobs
by amitdeshwar 4379 days ago
Does anyone know what the programming environment is like for these boards?
2 comments

The Cypress-supplied PSoC Creator IDE is all in C. C++ has been done to some degree with the GCC toolchain. Or you can cross-compile to Cortex-M0 with the language/toolchain of your choice but that's really out there.
The discussion on Hackaday [1] has some more details, supposedly the toolchain is Windows only.

[1] http://hackaday.com/2014/06/16/cypress-launches-5-arm-dev-bo...