Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Quicksilver

Lightweight, fast, high performance, open source flight controller firmware
Collective - Host: opensource - https://opencollective.com/quicksilver - Code: https://github.com/BossHobby/QUICKSILVER

move usb debug logging to cbor

github.com/BossHobby/QUICKSILVER - 1597d14b4107014573a7e24030d4f0a044b26431 authored over 5 years ago by bkleiner <[email protected]>
usb: add gyro to debug, only debug log if defined

github.com/BossHobby/QUICKSILVER - ce5a0c7bae64bbef163a2eccdbc833ddc28f1ab0 authored over 5 years ago by bkleiner <[email protected]>
quic: add calibrate cmd

github.com/BossHobby/QUICKSILVER - 584d712fd84f802382ea90224bd5e0628ad01383 authored over 5 years ago by bkleiner <[email protected]>
make gyro orientation a bit flag

github.com/BossHobby/QUICKSILVER - a5b87119d367c9a5f80c192d1d42b183ba1f2ba3 authored over 5 years ago by bkleiner <[email protected]>
add gyro_rotation_t to profile

github.com/BossHobby/QUICKSILVER - 8c797fc81dcc9edea31477c1de0904bf4116541b authored over 5 years ago by bkleiner <[email protected]>
trigger USE_CC2500 on RX_FRSKY

github.com/BossHobby/QUICKSILVER - 0aac97b0994d5c406fb369d9ae6b5ae112cc980a authored over 5 years ago by bkleiner <[email protected]>
expose gyro rotation via QUIC

github.com/BossHobby/QUICKSILVER - 0b531cd55d4372554470f3813ca32233f8208732 authored over 5 years ago by bkleiner <[email protected]>
add runtime gyro orientation

github.com/BossHobby/QUICKSILVER - 8e90e5f5dbd3b022ab7691244c24557ed6db66df authored over 5 years ago by bkleiner <[email protected]>
quick and dirty betafpv f4 non-rx

github.com/BossHobby/QUICKSILVER - a6b1429167553bcb0741d12dc09fbf4972c39ec3 authored over 5 years ago by bkleiner <[email protected]>
osd displaying adjustable callsign

github.com/BossHobby/QUICKSILVER - cd9d177f18b07a8b03070188197460c3177e3754 authored over 5 years ago by NotFastEnuf <[email protected]>
Merge branch 'master' of https://github.com/NotFastEnuf/Guano

github.com/BossHobby/QUICKSILVER - 16ebf23cbf834758e80d8cfb5db6b6e9c8c29f68 authored over 5 years ago by NotFastEnuf <[email protected]>
OSD callsign edit menu functional

github.com/BossHobby/QUICKSILVER - 2c9a4210d314dbd50848c765d1e55ca0b7d97f27 authored over 5 years ago by NotFastEnuf <[email protected]>
STICK_PROFILE_OFF/ON

github.com/BossHobby/QUICKSILVER - c18f0557bf1592d7a2a5c2b0ae8a53a47bccd2bf authored over 5 years ago by bkleiner <[email protected]>
rename AUX_PIDPROFILE to AUX_STICK_BOOST_PROFILE

github.com/BossHobby/QUICKSILVER - a2d8f3abf67d2895673fc8e912fbf8f6350b4f21 authored over 5 years ago by bkleiner <[email protected]>
Merge branch 'feature-matekf405'

github.com/BossHobby/QUICKSILVER - 4684ff41f01a1bbac09ecc027ad24e25008fb1c2 authored over 5 years ago by bkleiner <[email protected]>
Merge branch 'master' of https://github.com/NotFastEnuf/Guano

github.com/BossHobby/QUICKSILVER - 724fa5ff997003c327673fef59cc5ab833d8a8cd authored over 5 years ago by NotFastEnuf <[email protected]>
osd element positions adjustable via menu

github.com/BossHobby/QUICKSILVER - c3576b9ce0b1894f142c54fa3afef7c3f0f83c18 authored over 5 years ago by NotFastEnuf <[email protected]>
enable bind gesture for rx_frsky

github.com/BossHobby/QUICKSILVER - 667856f76fad5c969581ab036534057c0848fc1b authored over 5 years ago by bkleiner <[email protected]>
fash: fix frsky bind data offset

github.com/BossHobby/QUICKSILVER - f197ccf9bd1d71343bb493305481451b58c60478 authored over 5 years ago by bkleiner <[email protected]>
correct motor pin order, re-enable usarts

github.com/BossHobby/QUICKSILVER - 3e60372aea637844bc66fafc5847ed7668e8dfde authored over 5 years ago by bkleiner <[email protected]>
nss port in chip select GPIO functions fixed

github.com/BossHobby/QUICKSILVER - a00f7042db1a34dce56238586f27b5f3001f47c3 authored over 5 years ago by NotFastEnuf <[email protected]>
add matekf405 target

gyro does not get detected

github.com/BossHobby/QUICKSILVER - e45d78e3d8943a8e0752e9725ebfa114dc687f0f authored over 5 years ago by bkleiner <[email protected]>
osd positions adjust menu populated but not adjusting yet

github.com/BossHobby/QUICKSILVER - f51ef44d8978f45a344e0977ce54a8b4a455f5d0 authored over 5 years ago by NotFastEnuf <[email protected]>
osd adjust INVERT/NORMAL text

github.com/BossHobby/QUICKSILVER - f97700bb8e03ad2ac4dcf6ab5ba8f798cd995121 authored over 5 years ago by NotFastEnuf <[email protected]>
osd adjust screen elements on/off working

github.com/BossHobby/QUICKSILVER - f96b108e716e0f761757ad7da47a30a18f1f7e0a authored over 5 years ago by NotFastEnuf <[email protected]>
osd elements submenu rough framework

github.com/BossHobby/QUICKSILVER - 20f58338a2f8ddbc58a20c02548d3fecf35d380a authored over 5 years ago by NotFastEnuf <[email protected]>
osd tracking of last menu and cursor position between screens

github.com/BossHobby/QUICKSILVER - 1cf5d1986e11ce8a1f01635054f270d3af42a235 authored over 5 years ago by NotFastEnuf <[email protected]>
functional limits on osd adjustments / makefile remove linux sleep command

github.com/BossHobby/QUICKSILVER - c650aa927e9e9b6fec39f7c9039449b10c66e37f authored over 5 years ago by NotFastEnuf <[email protected]>
merge in master changes

github.com/BossHobby/QUICKSILVER - 9b7771693085709ebd6e541fe955a25bea94f216 authored over 5 years ago by NotFastEnuf <[email protected]>
osd cleanup of repetitive code / adjust limits still buggy

github.com/BossHobby/QUICKSILVER - 1c989cfddc4aa43ec02281cb6cc03181da8b49ec authored over 5 years ago by NotFastEnuf <[email protected]>
Added 0.2s sleep after clean and before build

Added 0.2s sleep to Makefile after clean and before build to resolve a race condition between rm...

github.com/BossHobby/QUICKSILVER - 0d9f13ba38d46fa84657371ee8e5259200a39472 authored over 5 years ago by Bobnova <[email protected]>
new osd functions for printing whole screens of strings and data

github.com/BossHobby/QUICKSILVER - cd182faefe30f73339a1b689cabc53ad79fbd58d authored over 5 years ago by NotFastEnuf <[email protected]>
osd cleanup of submenu select function and enum adjust functions

github.com/BossHobby/QUICKSILVER - 0cbd5bb4f5e29141be2c96a9f0c8dbfbc8432934 authored over 5 years ago by NotFastEnuf <[email protected]>
osd cleanup - submenu profile select function

github.com/BossHobby/QUICKSILVER - bc8f7cb92996e3072e1ed0db08cdbb7277d2e133 authored over 5 years ago by NotFastEnuf <[email protected]>
osd cleanup, crazybee target, misc cleanup/notes

github.com/BossHobby/QUICKSILVER - 2f06247ea62e40f46d3f715048eb3e0d58bf1115 authored over 5 years ago by NotFastEnuf <[email protected]>
bypass osd menu safety check if FC does not have OSD

github.com/BossHobby/QUICKSILVER - f9c67f7c386614e47cac4fbf9be1d32f2c2e1916 authored over 5 years ago by NotFastEnuf <[email protected]>
reworked disallow arming during OSD menu & disallow gesture aux assignment to arming feature

github.com/BossHobby/QUICKSILVER - c70e5c318a201946af99435dc179bc375b95a3ad authored over 5 years ago by NotFastEnuf <[email protected]>
block always on/off selection from arming feature in OSD

github.com/BossHobby/QUICKSILVER - 95182a5767a851754dbbbcb1e54480b0e2097c8d authored over 5 years ago by NotFastEnuf <[email protected]>
disable arming when using USB or OSD menus

github.com/BossHobby/QUICKSILVER - aa8725006134b6f1c5d23c94d1d401cbcc9cb514 authored over 5 years ago by NotFastEnuf <[email protected]>
fixed crossed aux signals for bayang receivers

github.com/BossHobby/QUICKSILVER - ab723942e18a324a289d31085ecc0953ef79813c authored over 5 years ago by NotFastEnuf <[email protected]>
fixed stick gesture aux assignment

github.com/BossHobby/QUICKSILVER - 6f980ea717386c5fb2c5b78584ae7b09acb85f58 authored over 5 years ago by NotFastEnuf <[email protected]>
failed attempt at FLIGHT MODE adjustablity in OSD

github.com/BossHobby/QUICKSILVER - e390a05e72ea4f18a903eae31dafc3b9feb5f89c authored over 5 years ago by NotFastEnuf <[email protected]>
cleanup on aux array and stick gesture/stick travel check

github.com/BossHobby/QUICKSILVER - a6dba82807a5bfdfa5cf1d5903f8d94e429da38d authored over 5 years ago by NotFastEnuf <[email protected]>
osd flight modes menu populated but not functional

github.com/BossHobby/QUICKSILVER - 055251606d8cb08caf7ede8eacf3e4fd8ba69a63 authored over 5 years ago by NotFastEnuf <[email protected]>
osd polish on labels and locations

github.com/BossHobby/QUICKSILVER - 41af31aeb08807d3517e681d66ecfaed42c94b26 authored over 5 years ago by NotFastEnuf <[email protected]>
adjustable stick boost profiles

github.com/BossHobby/QUICKSILVER - a309f703522dced0609d9c282fb71225c968c383 authored over 5 years ago by NotFastEnuf <[email protected]>
add CrazyBee_F4 target

github.com/BossHobby/QUICKSILVER - 30052247fcd7ab0c9961a1a5fdc720dda9187c68 authored over 5 years ago by bkleiner <[email protected]>
more osd menu layouts

github.com/BossHobby/QUICKSILVER - 7c2bde8373c15a178421a26fe58542ce3eb11536 authored over 5 years ago by NotFastEnuf <[email protected]>
resolved floating point errors in OSD menu interface

github.com/BossHobby/QUICKSILVER - 5ea0874af913e6f53d62fdae31b9d38c11af2d3f authored over 5 years ago by NotFastEnuf <[email protected]>
osd adjustable pids

github.com/BossHobby/QUICKSILVER - 4b36bdbe4e58ade13b2b727160f3b70152ff7a3d authored over 5 years ago by NotFastEnuf <[email protected]>
introduce pid and stick profiles

github.com/BossHobby/QUICKSILVER - 8e8fadad166cd64e99bbcf72f29b22b17f724122 authored over 5 years ago by bkleiner <[email protected]>
pid: integrate better with profile

github.com/BossHobby/QUICKSILVER - ffb22f640ab90f6a3b86181785212ac3ef5c75a5 authored over 5 years ago by bkleiner <[email protected]>
profile_set_defaults: copy dont assign.

should be safer.

github.com/BossHobby/QUICKSILVER - 0c60698d2b25f7dc1adbf70657a432fe2c2e6405 authored over 5 years ago by bkleiner <[email protected]>
profile: add metadata including a profile name

github.com/BossHobby/QUICKSILVER - 6b485602fd1229071e5bf0abecbc8cac1ccb5c91 authored over 5 years ago by bkleiner <[email protected]>
make MPU6XXX_INT_PIN optional (not used currently)

github.com/BossHobby/QUICKSILVER - c00d23b7b08dd0490fe06ad4a79645fa3d5715ae authored over 5 years ago by bkleiner <[email protected]>
format drv_dma_spi

github.com/BossHobby/QUICKSILVER - 2a2d6106f9ea14bef6f49ef879ef54bbeae42092 authored over 5 years ago by bkleiner <[email protected]>
OSD adjustable betaflight rates

github.com/BossHobby/QUICKSILVER - 5665baa0d31426e5f404657e7b6e4bfa81ee39dc authored over 5 years ago by NotFastEnuf <[email protected]>
adjustable silverware rates via OSD

github.com/BossHobby/QUICKSILVER - f8d92ba5d3e75cb944d5d9ed57b62d929fb3bbea authored over 5 years ago by NotFastEnuf <[email protected]>
osd silverware rates menu navigates with sticks

github.com/BossHobby/QUICKSILVER - 2427b8a7a8ec5d3eb689176ba32f83bafd374ad9 authored over 5 years ago by NotFastEnuf <[email protected]>
debug_timer: always enable

github.com/BossHobby/QUICKSILVER - c0a3667252afc2601843579dc4fd6a9e4d226586 authored over 5 years ago by bkleiner <[email protected]>
fast_fprint add paddint to align with old function

github.com/BossHobby/QUICKSILVER - 806381777b85237c3fff37376af1b724409c5588 authored over 5 years ago by bkleiner <[email protected]>
rework fast_fprint

github.com/BossHobby/QUICKSILVER - d25c693b840244b75cb7df4905a38ebd239d80cd authored over 5 years ago by bkleiner <[email protected]>
populated silverware rates menu

github.com/BossHobby/QUICKSILVER - 69b4da17d88e6a819d9ec39c988aa0f6b97f23d1 authored over 5 years ago by NotFastEnuf <[email protected]>
expose raw gyro data via usb

github.com/BossHobby/QUICKSILVER - ff5825f567e5d376853a3584c276e6e55a5d9084 authored over 5 years ago by bkleiner <[email protected]>
added first rates submenu to OSD

github.com/BossHobby/QUICKSILVER - 0388296a8af5841dc5e124dc22d1ad57824db3b2 authored over 5 years ago by NotFastEnuf <[email protected]>
pid: fix typo in next_pid_term

github.com/BossHobby/QUICKSILVER - 7e5924a82291f29e4be8a8b371aeeee18e0a38b3 authored over 5 years ago by bkleiner <[email protected]>
Fixed failsafe bit implementation.

Fixed failsafe bit implementation.

Oops.

github.com/BossHobby/QUICKSILVER - fd9ffe6e663c007fc1909d79e4293184a06422e1 authored over 5 years ago by Bobnova <[email protected]>
add go.mod/sum to ignore

github.com/BossHobby/QUICKSILVER - 649b65d906c58f3522249906e7fda69b7e825a11 authored over 5 years ago by bkleiner <[email protected]>
remove go.mod

github.com/BossHobby/QUICKSILVER - 6e50fab9580cc9817f953d6938aed43618072036 authored over 5 years ago by bkleiner <[email protected]>
configurator: add default profile

github.com/BossHobby/QUICKSILVER - acef03a54d21f0ee484cf7a720f8c50bbdc7ccc5 authored over 5 years ago by bkleiner <[email protected]>
add digital idle to motor config

github.com/BossHobby/QUICKSILVER - 7a3902bff876b2ea5871843ef8e28cd0c88d165b authored over 5 years ago by bkleiner <[email protected]>
profile: rename setup to motor

github.com/BossHobby/QUICKSILVER - c21884d0e98cb25e91632a82d782d89d9ecd39ce authored over 5 years ago by bkleiner <[email protected]>
squash some warnings

github.com/BossHobby/QUICKSILVER - 5860741ed84b866ea2e151dd7d94cbd111814d3c authored over 5 years ago by bkleiner <[email protected]>
pid: add missing define

github.com/BossHobby/QUICKSILVER - 83465dedcc95fe582495cc485eb0764a87a8be55 authored over 5 years ago by bkleiner <[email protected]>
quic: add cmd bit flags, encode "quic_val" as cbor

github.com/BossHobby/QUICKSILVER - 64c364ae0f43b440dc2f8b03bc72d1115793321f authored over 5 years ago by bkleiner <[email protected]>
usb_configurator: use static for often used variables

github.com/BossHobby/QUICKSILVER - d72a081267daeff2f4d3beb9d1688c21c5384f0c authored over 5 years ago by bkleiner <[email protected]>
cbor: use const ptrs for encode

github.com/BossHobby/QUICKSILVER - 11da69ad8af9643da4cce0a55049e0bfaf3fd800 authored over 5 years ago by bkleiner <[email protected]>
format drv_max7456

github.com/BossHobby/QUICKSILVER - fc9bf45ead7020a22edbf08618bb7d995c2d3ae8 authored over 5 years ago by bkleiner <[email protected]>
usb_cdc: fix WFI

github.com/BossHobby/QUICKSILVER - 8351e65b2246bb16f973a89bf09340444e72ea92 authored over 5 years ago by bkleiner <[email protected]>
rx_frsky: do not init if debugger is attached

github.com/BossHobby/QUICKSILVER - 6e10aabdaef33fec61fe2b798495785c62783f5e authored over 5 years ago by bkleiner <[email protected]>
cbor: make sure buffer is cleared before encode

github.com/BossHobby/QUICKSILVER - c9cc77e5d8620d87585aa3581c57da1f64ba4146 authored over 5 years ago by bkleiner <[email protected]>
quic: add real error responses, add info value

github.com/BossHobby/QUICKSILVER - 6b8d39b690df575ee14ca27fa233016287dcbf97 authored over 5 years ago by bkleiner <[email protected]>
flash: remove default_profile for now

github.com/BossHobby/QUICKSILVER - df7a42328986d0a40ef95b8fd80c53fcb36adf68 authored over 5 years ago by bkleiner <[email protected]>
usb_configurator: profile is always active now

github.com/BossHobby/QUICKSILVER - b003bc86899135d710b02dd4bad3bedb9f765c85 authored over 5 years ago by bkleiner <[email protected]>
format filter.cpp

github.com/BossHobby/QUICKSILVER - f637d54c7ce5222495c08b8eb7d0f4a8bdd4791d authored over 5 years ago by bkleiner <[email protected]>
profile: fix compile error on older gcc

github.com/BossHobby/QUICKSILVER - 0f42abcbd101b9fd92e4d03e8f19c6d3d6bad332 authored over 5 years ago by bkleiner <[email protected]>
squash a few warnings

github.com/BossHobby/QUICKSILVER - e30fa1b2a0bfd35dae66fdf40d41de2869693756 authored over 5 years ago by bkleiner <[email protected]>
drv_max7456: better memory safety

github.com/BossHobby/QUICKSILVER - 71e7897cdc41aa364b78491e2734aa1cbd3d70d5 authored over 5 years ago by bkleiner <[email protected]>
add config for NFE

github.com/BossHobby/QUICKSILVER - 55a85f86e06626a348fdb8b276f9beaff1fc875a authored over 5 years ago by bkleiner <[email protected]>
linker: split flash into config and code sections

github.com/BossHobby/QUICKSILVER - 96f628f81133b992f3a15674b42747f2705a9f47 authored over 5 years ago by bkleiner <[email protected]>
drv_usb: better checks

github.com/BossHobby/QUICKSILVER - e27297c1f5097d4bbc6a66321a26d653820ef977 authored over 5 years ago by bkleiner <[email protected]>
drv_cc2500: fix pin-ports

github.com/BossHobby/QUICKSILVER - a9eabb4661bb2a1adbc934e877f1f45622bc2971 authored over 5 years ago by bkleiner <[email protected]>
profile: re-enable default values

github.com/BossHobby/QUICKSILVER - 4c444cdf58e8bb54ba4bcc2be04b3784050c39f1 authored over 5 years ago by bkleiner <[email protected]>
fport: fix typo

github.com/BossHobby/QUICKSILVER - 10e90b8e4f593874c189b65575b1219231f23229 authored over 5 years ago by bkleiner <[email protected]>
normalize config

github.com/BossHobby/QUICKSILVER - ebfd4500f5020eabfefd91ac6c116337ceef1efb authored over 5 years ago by bkleiner <[email protected]>
tidy up sixaxis.c

github.com/BossHobby/QUICKSILVER - cf79727ec43867a0bc0690c27531c612f7d55fca authored over 5 years ago by bkleiner <[email protected]>
format sixaxis

github.com/BossHobby/QUICKSILVER - e54319c195410b40a108a026b56839c7036db831 authored over 5 years ago by bkleiner <[email protected]>
format angle_pid

github.com/BossHobby/QUICKSILVER - c426efec31030481227914c09b22c9ffd21c67bc authored over 5 years ago by bkleiner <[email protected]>
save profile to flash, retire flash_feature_3

github.com/BossHobby/QUICKSILVER - db5ebe3a811f55f57193a6bee7959b1f31dc9940 authored over 5 years ago by bkleiner <[email protected]>
move rcexpo to rc.c

github.com/BossHobby/QUICKSILVER - d981e7bc99420cff46f159f9d11fc0522137c3b0 authored over 5 years ago by bkleiner <[email protected]>