Questions tagged [embedxcode]

Questions pertaining to the embedXcode template, which allows development for embedded devices in Xcode.

embedXcode

2 questions
5
votes
2 answers

Does MSP430 GCC support newer C++ standards? (like 11, 14, 17)

I'm writing some code that would greatly benefit from the concise syntax of lambdas, which were introduced with C++ 11. Is this supported by the compiler? How do I specify the compiler flags when compiling using Energia or embedXcode?
Alexander
  • 59,041
  • 12
  • 98
  • 151
1
vote
1 answer

EdX API: How to get threads and commnets of a course?

I am using Edx api described here: https://courses.edx.org/api-docs/ I am geeting courses list from https://courses.edx.org/api/courses/v1/courses/ And i am trying to get threads of a…
baggelisSP
  • 11
  • 2