- Jul 14, 2017
-
-
Beat Küng authored
-
Beat Küng authored
to keep the behavior the same, remove the -e flags from all pwm commands that use it in the scripts.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Sorry for the large patch :) - move cleanup into destructor (this was done on the wrong task before) - move init into init() method - sensor & peripheral reset do not start/stop fmu anymore - remove err & errx (they do not release the lock and could lead to dead- locks)
-
Beat Küng authored
g_port_mode was never changed.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Provides: - thread-safety for module start/stop - some shared code for module start/stop. Should also be less prone to errors. - constructor & destructors are called from within the new module thread - can be used for work queue & thread modules - strutured & formal way for module printf usage & module documentation Limitation: - supports only modules with one instance (eg. not mavlink)
-
David Sidrane authored
This is part 2 of the fix. The tool that extracts the nuttx git tag was broken by a new tag added the did not match the form nuttx-M.mm. To the value was printed as OS: NuttX OS version: 0.0.0 c0 (192) Once that issue was fixed, it was apparent that recent changes to version.c return the values as base 10, before it was hex. This fixes the formatting.
-
David Sidrane authored
This is part one of a fix for cascading failure. The NuttX nuttx repos was tagged with upstream_7.18+ and broke the tag extraction that was expecting nuttx-M.mm
-
- Jul 13, 2017
-
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
previously, get_devname() was used as the I2C device path, but on NuttX, get_devname() is the device file which the driver creates. This patch changes it, so the sematics are the same as on NuttX: both now use _bus to decide to which I2C bus device to talk to. I did not see any other use-cases than the led on ocpoc.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This is already added to the global list, and we already removed this flag previously, but some of them sneaked back in.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
crossa authored
2. Remove printf in the cpp
-
crossa authored
-
crossa authored
Add -D__DF_RPI in posix_rpi_common.cmake Add rpi_rc_in and rpi_pca9685_pwm_out driver in posix_rpi_common.cmake Rename posix_rpi_cross_without_navio_or_pxfmini to posix_rpi_cross_no_shield.cmake
-
crossa authored
-
crossa authored
-
crossa authored
-
crossa authored
-
crossa authored
-
crossa authored
2. Rewrite and rebase pca9685 driver 3. Try to fix issue when push the stick of channel 3 to the maxmum position, 0uswill be output to channel 1, should be maxmum pwm signal 4. Fix the code style
-
crossa authored
-
crossa authored
Now I've fixed style of the code
-