-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send the macro for mcu #172
Open
denisacostaq
wants to merge
7
commits into
queezythegreat:develop
Choose a base branch
from
denisacostaq:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 21, 2017
-
- Add other paramether to `setup_arduino_libraries` for includes: `INCLUDE_PATHS` - Add other paramether to `setup_arduino_library` for includes: `INCLUDE_PATHS` - Removed manual `-I` as manual `COMPILE_FLAGS` with `set_target_properties` in setup_arduino_library` - Add the more CMake semantic `target_include_directories` in `setup_arduino_library`
Configuration menu - View commit details
-
Copy full SHA for c20c2ae - Browse repository at this point
Copy the full SHA c20c2aeView commit details -
- Add other parameter to `get_arduino_flags` for get the include paths as a list: INCLUDE_PATHS_VAR - Usage on `GENERATE_ARDUINO_LIBRARY`, `setup_arduino_core`, `setup_arduino_library` and `setup_arduino_target` functions
Configuration menu - View commit details
-
Copy full SHA for 1dffec2 - Browse repository at this point
Copy the full SHA 1dffec2View commit details -
- Removed `set(${VAR_NAME}_INCLUDES ${LIB_INCLUDES} PARENT_SCOPE)` from `setup_arduino_library` because it is automatically now, the `target_include_directories` on this function is in `PUBLIC` scope. Read more on: https://cmake.org/cmake/help/v3.0/command/target_include_directories.html - Removed `set(${VAR_NAME}_INCLUDES ${LIB_INCLUDES} PARENT_SCOPE)` from `setup_arduino_libraries` cuzy the same... previous.
Configuration menu - View commit details
-
Copy full SHA for d76c9fb - Browse repository at this point
Copy the full SHA d76c9fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aeb9ca - Browse repository at this point
Copy the full SHA 3aeb9caView commit details -
Merge branch 'feature/#170Autocomplettion_with_some_IDE' into develop
working on issue queezythegreat#170. do not close this yet
Configuration menu - View commit details
-
Copy full SHA for bda2f30 - Browse repository at this point
Copy the full SHA bda2f30View commit details
Commits on Mar 23, 2017
-
- Add matching macro for mcu, the compiler make this by default, but we need notice the IDE about this.
Configuration menu - View commit details
-
Copy full SHA for 2f4a6dc - Browse repository at this point
Copy the full SHA 2f4a6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b681b2 - Browse repository at this point
Copy the full SHA 6b681b2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.