Michael Lyle

Results 38 issues of Michael Lyle

So, there's been a lot of discussion that we should have PRs verify correct indentation automatically. It's difficult when there is a lot of existing code that is not indented...

flight
status/request-for-comments
code-cleanup 😍

There is no proper synchronization. We are doomed.

bug
telemetry

Very complicated / confusing state machine used in persisting objects; lots of connecting and disconnecting. Yucky.

gcs
code-cleanup 😍

1. There's code to keep the magic waypoint within a safe distance of home, which doesn't usually do anything. 2. The safe distance is defined as a radius, but is...

bug
gcs
usability
flight/navigation

Hey everyone---- I've been looking at some new SOCs that are coming out, that have shared memory between microcontroller resources and primary ARM cores. These would seem to be very...

administrative
flight
status/request-for-comments
code-cleanup 😍
telemetry

- [ ] Should actually migrate objects to new version - [ ] Should take into account differences in defaults - [ ] Should add infrastructure to adapt objects, change...

enhancement
gcs
cloud ⛈

Because OS X (like iOS) leaves it up to applications to pair with BLE devices. The QT bluetooth API would allow us to talk to HM-10A etc.

bug
enhancement
status/work-in-progress
build/macos
gcs
usability

Workaround: right click "open" the first time running it, and select to run it. In the long term should get a developer key.

difficulty/medium
build/macos
administrative
usability
priority/low

``` # SPI Chip Enables # microcontroller setgpio 8 OUTPUT UP # gyro setgpio 7 OUTPUT UP # accelerometer setgpio 5 OUTPUT UP ``` Doesn't do what one might expect;...

Hey everyone. I see floating point on Cortex M3/M4 isn't supported. Apologies because I don't really know QEMU internals that well. I know there's a number of things that need...

enhancement
question