-
Notifications
You must be signed in to change notification settings - Fork 168
Add basic build script and config for Android #396
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
Conversation
|
Add documentation to README.md |
Just updated the PR. |
@pablogs9 Hi Pablo. Could please review the updated patch? |
README.md
Outdated
| - a set of **[micro-ROS utils for STM32CubeMX and STM32CubeIDE](https://github.com/micro-ROS/micro_ros_stm32cubemx_utils)**: this package enables the integration of micro-ROS in STM32CubeMX and STM32CubeIDE. | ||
| - a precompiled set of **[Arduino IDE libraries](https://github.com/micro-ROS/micro_ros_arduino)**: this package enables the integration of micro-ROS in the Arduino IDE for some hardware platforms. | ||
| - a precompiled set of **[Raspberry Pi Pico SDK libraries](https://github.com/micro-ROS/micro_ros_raspberrypi_pico_sdk)**: this package enables the integration of micro-ROS in the Raspberry Pi Pico SDK. | ||
| - **[Latest Android NDK](https://developer.android.com/ndk/downloads)**: this package is used to build the MicroROS for Android. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **[Latest Android NDK](https://developer.android.com/ndk/downloads)**: this package is used to build the MicroROS for Android. |
This section is used for other micro-ROS compilation utils.
Maybe you can add this link to the dependencies section, or add a download step on the create.sh script like here: raspbian create.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Acuadros95 I revised the patch, moving it to the dependencies section.
Signed-off-by: Joel Cao <joel.cao@oppo.com>
|
@mergify backport main |
Signed-off-by: Joel Cao <joel.cao@oppo.com> Co-authored-by: Joel Cao <joel.cao@oppo.com> (cherry picked from commit 967e7ad)
✅ Backports have been created
Hey, I reacted but my real name is @Mergifyio |
* Update README.md (#386) (#388) (cherry picked from commit a4c138e) Co-authored-by: Pablo Garrido <pablogs9@gmail.com> * Remove references to log4cxx (#389) * Add android support config (#396) (#405) Signed-off-by: Joel Cao <joel.cao@oppo.com> Co-authored-by: Joel Cao <joel.cao@oppo.com> (cherry picked from commit 967e7ad) Co-authored-by: kneep <alvin.cao@gmail.com> * Temporal fix for cmake update * Fix rebase * Add fix to regular CI Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: kneep <alvin.cao@gmail.com>
* Update README.md (#386) (#388) (cherry picked from commit a4c138e) Co-authored-by: Pablo Garrido <pablogs9@gmail.com> * Remove references to log4cxx (#389) * Add android support config (#396) (#405) Signed-off-by: Joel Cao <joel.cao@oppo.com> Co-authored-by: Joel Cao <joel.cao@oppo.com> (cherry picked from commit 967e7ad) Co-authored-by: kneep <alvin.cao@gmail.com> * Temporal fix for cmake update * Fix rebase * Add fix to regular CI Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: kneep <alvin.cao@gmail.com> (cherry picked from commit fa579fd)
* Update README.md (#386) (#388) (cherry picked from commit a4c138e) Co-authored-by: Pablo Garrido <pablogs9@gmail.com> * Remove references to log4cxx (#389) * Add android support config (#396) (#405) Signed-off-by: Joel Cao <joel.cao@oppo.com> Co-authored-by: Joel Cao <joel.cao@oppo.com> (cherry picked from commit 967e7ad) Co-authored-by: kneep <alvin.cao@gmail.com> * Temporal fix for cmake update * Fix rebase * Add fix to regular CI Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: kneep <alvin.cao@gmail.com> (cherry picked from commit fa579fd) Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
No description provided.