Issues
|
A more detailed list of issues is available at the GitHub repository.
Most of the points are related to Xcode. Xcode experts, you're welcome! |
Template: Declare PDE File as C++ Source
By default, the .pde file is considered as plain text.
|
How to define in embedXcode.xctemplate Xcode template the .pde file as C++ source?
There's a catch: I don't want all .pde files to be considered as C++ sources, just the .pde file of the sketch. Otherwise all the .pde files are going to be indexed, resulting in many main functions. |
This manual procedure is now managed by the Automatic Project Configuration. |
Template: Sources List for Code-Sense
|
The exact and comprehensive list of libraries headers and C++ sources is required for code-sense.
|
This manual procedure is now managed by the Automatic Project Configuration. |
|
How to list in embedXcode.xctemplate Xcode template all the headers and C++ sources?
Are both .cpp and .h files to be declared, with .cpp first or .h first? Or only .cpp? Or only .h files? In all cases, what are the keywords to use? |
Template: Define Directory for Target
|
How to define a specific directory for a target in the template?
|
This manual procedure is now managed by the Automatic Project Configuration. |
Enhancement: Serial Console in Debug Windows
When the Arduino or chipKIT board sends
Serial.print("something")
nothing appears on the debug window.
Serial.print("something")
nothing appears on the debug window.
|
A possible solution consists on opening a Terminal window and launch screen, but this is not convenient.
Terminal is behind Xcode or in another desk. |
Enhancement: Tool-Chain Based Build
Instead of taking the makefile approach, why not using the AVR and PIC32 tool-chains form inside Arduino.app and Mpide.app?
That supposes going inside the structure of Xcode and luring it so its considers avr- and pic32- tools. |
Enhancement: Debugger Integration
The LaunchPad platform includes a gdb-based debugger.
How to integrate it and make the connection with the Xcode debugger?
How to integrate it and make the connection with the Xcode debugger?
Framework: Which Repository?
As discussed on this specific page, there are two repositories:
The lack of compatibility between 0023 and 1.0 repositories is a major issue for the embedXcode project. |