Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Itsy M0, Hallowing: add A12 pin for PrettyPins generator#628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
PaintYourDragon wants to merge977 commits intoarduino:master
base:master
Choose a base branch
Loading
fromadafruit:pb-variant

Conversation

@PaintYourDragon
Copy link

No description provided.

ladyadaand others added30 commitsAugust 26, 2019 12:48
platform: Add USB device MaxPower default setting
Set the USB descriptor strings. I accepts UTF-8 strings withcodepoints up to 16 bit.  void setup() {    USBDevice.setManufacturer("MyManufacturer");    USBDevice.setProduct("MyProduct");  }
Huge USB configurations might need more than 256 bytes for theconfig descriptor buffer. MIDI devices with 16 virtual portsgrow the descriptor to 600+ bytes.This call replaces the built-in buffer with the supllied buffer. Thecall copies the content of the old buffer to the new buffer:  uint8_t buf[1024];  USBDevice.setDescriptorBuffer(buf, sizeof(buf));
TC6_CH0, TC6_CH1, TC7_CH0, TC7_CH1 on SAMD21JTCC0_CH6, TCC0_CH7, TCC1_CH4, TCC1_CH5, TCC1_CH6, TCC1_CH7, TC6_CH0, TC6_CH1, TC7_CH0, TC7_CH1 on SAMD51J
Enable TC6 & TC7 for __SAMD21J18A__
tinyusb: Allow to replace the built-in descriptor buffer
tinyusb: Allow to set the USB manufacturer/product identifiers
add Descriptor to setManufacturer/setProduct
This allows to compose the descriptor programmatically. The calling codecan compose a MIDI descriptor with up to 16 virtual wires/jacks atinitialization time.Tested with the tinyusb -> MIDI -> midi_test example. This commit shouldnot change any behavior, future extensions of the calling MIDI devicewill make use of it.
New boards could have DAC0 & DAC1 on different pins. DAC0 & DAC1 pins are defined on each variant.h file, so it is not needed to reference to pins A0 & A1. With this change the code is more generic. Changes affect to analogWrite & analogRead functions.
Change references from A0 & A1 to DAC0 & DAC1
tinyusb: MIDI - split descriptor initializer into individual sections
allow PDM mic on pybadge edgechange pyportal backlight timer
PaintYourDragonand others added29 commitsDecember 28, 2020 11:46
Added a isBusy() method to SPI calls to allow non-blocking polling of…
I think this file doesn't match the circuit diagram listing athttps://cdn-learn.adafruit.com/assets/assets/000/047/156/original/circuit_playground_Adafruit_Circuit_Playground_Express_Pinout.png?1507829017.It causes the interrupt pin checking code in ArduinoLowPower to fail, meaning it won't listen to interrupts from button A. Button B works fine.
Add additional EINT fixes for PA{0,1,30}, PB{3, 23}.
Co-authored-by: Sandeep Mistry <s.mistry@arduino.cc>
Attempting to cast to a `volatile uint32_t` does nothing different from cast to a `uint32_t`,with the exception of **_looking like_** it's accessing a register.
Cast to integral type ignores qualifier `volatile`
Fixes#287The warnings look like:```      Line 338 Char 37      warning: 'void* memcpy(void*, const void*, size_t)'                writing to an object of type 'struct DmacDescriptor'               with no trivial copy-assignment [-Wclass-memaccess]```
* add rotary trinkey rev B* add slide trinkey* proximity sensing trinkey* update variant to shipping* forgot one!* fix two typos* fix up slide trinkey for rev B
@CLAassistant
Copy link

CLAassistant commentedMay 18, 2021
edited
Loading

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign ourContributor License Agreement before we can accept your contribution.
4 out of10 committers have signed the CLA.

✅ ladyada
✅ hathach
✅ RudolphRiedel
✅ henrygab
❌ valeros
❌ mdonoughe
❌ jepler
❌ Matthew Chan
❌ myelin
❌ PaintYourDragon


Matthew Chan seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, pleaseadd the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let usrecheck it.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

18 participants

@PaintYourDragon@CLAassistant@ladyada@kaysievers@nekuneko@hathach@JordanMajd@rlcamp@henrygab@GMagician@d-a-v@prototypicalpro@NanoCodeBug@jepler@mdonoughe@valeros@RudolphRiedel@myelin

[8]ページ先頭

©2009-2025 Movatter.jp