Michael Ferguson
Michael Ferguson
For instance, [TIM1_UP_IRQHandler](https://github.com/mikeferguson/stm32/blob/master/projects/template_f4/startup_f4.c#L88) should be TIM1_UP_TIM10_IRQHandler to match the various ST documentation.
The LICENSE file assigns the copyright to "ROS Planning" - but that's not a real legal entity to hold the copyright. Most of the files inside are assigned to Intel...
this is a port of #44 to ROS2 as far as functionality goes, code is very different due to changed interfaces
Introduces several changes, notably removing the build files. @dirk-thomas has an initial (not yet tested) pass here: https://github.com/mikeferguson/buildbot-ros/compare/master...dirk-thomas:rep143?expand=1 that I will be looking at this weekend. Need to also tag...
The code for setting this up is pretty much trivial, but we need to install an SMTP server for it to work, and that should be documented.
Steps to reproduce: - Add a new package to an already-building GBP repo - Create new release, add package name to index - Do not update rosdistro cache - New...
- Set each builder to only a single build - Use the builder name in the path to cowbuilder
All other scripts are downloaded from the master, this one should be as well. NOTE: currently, this script imports "call" function from testbuild.py, we probably need to remove that.