- Jul 13, 2017
-
-
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
-
zhangfan authored
-
crossa authored
-
crossa authored
-
crossa authored
-
crossa authored
Both 8 channels PPM encoder and 8 channels revicer are required. Before launch px4, ppmdeocde programe should be launched. To download ppmdecode programe, visit https://github.com/crossa/raspberry-pi-px4firmware. Pxfmini and navio are not popular autopilot hardware in china, I can handly to purchase it. So that I use raspberry pi to build autopilot separately. This dirver help us to decode ppm single to pwm and pushlish it
-
José Roberto de Souza authored
-
José Roberto de Souza authored
Just update in RAM is enough.
-
José Roberto de Souza authored
Use the size of each item type instead of the biggest one. In AeroFC that runs is constrained mode it was using 7860 bytes and now it uses 6930 bytes almost 1KB less.
-
- Jul 12, 2017
-
- Jul 11, 2017
-
-
ChristophTobler authored
-
Lorenz Meier authored
-
Henry Zhang authored
-
Henry Zhang authored
-
José Roberto de Souza authored
Check for the broadcast systemd id to block forward of broadcast commands.
-