Commit Graph

20012 Commits

Author SHA1 Message Date
ZodiusInfuser
ef726bb87a Tweaked board name 2021-05-13 15:19:28 -04:00
anecdata
a367d562ab Update mpconfigboard.h 2021-05-13 15:18:30 -04:00
Benny Meisels
252f14e992 Add board definition files for ARAMCON2 Badge 2021-05-13 15:17:19 -04:00
George White
97f75ad517 Fix pin definitions
I missed a few pin definitions. Fixed those.
2021-05-13 15:15:17 -04:00
George White
655f0c0eec pre-commit trailing space fixes 2021-05-13 15:15:17 -04:00
George White
702485dae8 Added Sparkfun MicroMod RP2040
Added board definition for the Sparkfun MicroMod RP2040.

Mostly followed the format for pins from the MicroMod nRF52840 board
definition, as MicroMod tries to standardize pins across
microcontrollers.
2021-05-13 15:15:17 -04:00
Dan Halbert
e643e2e561 Add VBUS_SENSE (GP24) to board
Prompted by https://forums.adafruit.com/viewtopic.php?f=60&t=178237.
Also add some whitespace to make pin aliases stand out, and add GP23 as an alias for `SMPS_MODE`.
2021-05-13 15:14:25 -04:00
ZodiusInfuser
93055e728e Sorted board list 2021-05-13 15:12:50 -04:00
ZodiusInfuser
b6494919a9 Removed trailing whitespaces 2021-05-13 15:12:50 -04:00
ZodiusInfuser
e43ddc0e17 Removed whitespaces 2021-05-13 15:12:50 -04:00
ZodiusInfuser
919295039d Added correct USB PIDs 2021-05-13 15:12:50 -04:00
ZodiusInfuser
45e141c6f8 Added definitions for PicoLipo boards 2021-05-13 15:12:50 -04:00
Dan Halbert
fbfd436ea9 turn storage back on 2021-05-13 15:10:36 -04:00
lady ada
8794cd4f81 try re-enabling storage 2021-05-13 15:09:21 -04:00
lady ada
507677b20a remove neopixels 2021-05-13 15:09:14 -04:00
lady ada
1dd24b6ccd rename proxsense to proxlight 2021-05-13 15:09:02 -04:00
lady ada
5d8c798256 typo 2021-05-13 15:08:55 -04:00
lady ada
cdf7acf340 add prox trinkey and rename others to adafruit_ 2021-05-13 15:08:42 -04:00
lady ada
975f992e40 try adding a submodule? 2021-05-13 15:08:22 -04:00
lady ada
68a25eb04f neokey trinkey friend 2021-05-13 15:08:14 -04:00
Dan Halbert
659f2d5bd8 Revert "add robots.txt to specify doc versions to appear in search engines" 2021-05-13 14:58:34 -04:00
Kevin Lutzer
9a38a6c46a switch orders the flash memory is listed 2021-05-13 14:57:45 -04:00
Kevin Lutzer
b3b7eb9802 add W25Q64JVxQ as a supported flash for stm32f411 black pill 2021-05-13 14:57:45 -04:00
Dan Halbert
c06e631862 D3 pin should be GPIO26 2021-05-13 14:56:39 -04:00
Brian Dean
1d07447580 boards/bdmicro_vina_d51: Replace old rev with new rev and rename.
This update to the PR retains the earlier board rev (with a rename) so
that backward binary compatibility is not lost for the earlier board
revision. The primary name 'vina-d51' is retained for the latest
revision to make it easy for customers to select the proper UF2
download - because the name matches the commercial name.

Details:

Replace bdmicro_vina_d51 with bdmicro_vina_d51_pcb7 (revision 7 of
PCB) with boardfiles unmodified. Add _pcb7 to the workflow build.

Replace bdmicro_vina_d51 boardfile content with latest PCB updates
(revision 10 ov PCB). Add minimal comments in the board files to make
it clear which PCB revision is implemented. Update the USB PID to
reflect an updated board revision.
2021-05-13 14:55:44 -04:00
Brian Dean
f66fc25d95 boards/bdmicro_vina_d51: A few updates for flexibility and expansion.
ESP-01 header renamed to AUX, and expanded to 12 pins from 8
pins. Pins 1-8 still accommodate the ESP-01, with expansion to full
SERCOM 4-pad support to allow for SPI and I2C on that expansion port
with additional GPIO control.

Update pins.c with additional signals provided AUX_1-8, along with
UART, SPI, I2C name usage as aliases to appropriate AUX_1-8
signals. Additionally, add several alternate names specific to several
expansion modules - the ESP-01, and the ATW-01 using the WINC_1500
(SPI) w/interrupt and control needed for the WINC - with assignments
to module pin positions.

Re-work SERCOM assignments to accommodate the above from other parts
of the board, which required moving a SERCOM or two around in order to
accommodate the 4-pad sercom pin mapping on the AUX port.

Built and tested using latest from 'main':

Adafruit CircuitPython 6.2.0-rc.0-70-ga1562430f-dirty on 2021-04-05;
BDMICRO VINA-D51 with samd51n20
2021-05-13 14:55:44 -04:00
sabas1080
01be02dd00 add hunter cat nfc buld.yml 2021-05-13 14:53:18 -04:00
sabas1080
223cf44ec3 change flash device 2021-05-13 14:53:18 -04:00
sabas1080
eee48f57c2 removed o¡modules not availables 2021-05-13 14:53:18 -04:00
sabas1080
f601af0a93 init port hunter cat nfc! 2021-05-13 14:53:18 -04:00
Seon Rozenblum
71cc5551f2 Changed some pins for TinyS2 2021-05-13 14:50:52 -04:00
Matthias Breithaupt
a1387b72f5 Add Artisense RD00 board files 2021-05-13 14:48:38 -04:00
Dan Halbert
9d8545e5e2
Merge pull request #4645 from dhalbert/rp2040-uart-write
RP2040 and ESP32S2: Return correct count from UART.write()
2021-04-23 10:18:46 -04:00
Dan Halbert
c931c84e49 new cache id to fix failing xtensa builds 2021-04-22 10:45:25 -04:00
Dan Halbert
f1b5249d3c Fix esp32s2 uart.write() return value 2021-04-22 09:47:54 -04:00
Dan Halbert
b3ffb3ab1f Return bytes written from RP2040 UART.write() 2021-04-21 18:38:35 -04:00
Jeff Epler
71576932a3
Merge pull request #4558 from dhalbert/6.2.x-fix-hid-order
Put mouse before gamepad due to MacOS being finicky
2021-04-04 20:36:14 -05:00
Dan Halbert
8a8deb4c6f Put mouse before gamepad due to MacOS being finicky 2021-04-04 14:07:28 -04:00
Scott Shawcroft
49b878d8f5
Merge pull request #4529 from dhalbert/6.2.x-rearrange-ci-task
clone repo before installing deps
2021-04-01 10:30:57 -07:00
microDev
1ae6f362e1 clone repo before installing deps
closes #4524
2021-04-01 10:53:06 -04:00
Dan Halbert
d0ba75e6dc
Merge pull request #4522 from tannewt/ble_fixup
Fix central pairing and crash on clear
2021-03-31 21:24:19 -04:00
Scott Shawcroft
0752bbd5fd
Fix central pairing and crash on clear
The list_clear would crash if we tried to clear a NULL list. (It
can happen if we haven't tried to discover any services.)
2021-03-31 16:04:04 -07:00
Dan Halbert
3e8e683a73
Merge pull request #4521 from dhalbert/add-en_GB
add en_GB translation to builds
2021-03-31 16:06:43 -04:00
Dan Halbert
0e915dc3fb
Merge pull request #4518 from jepler/fix-bogus-assertion
mimxrt10xx: Fix bogus assertion.
2021-03-31 15:53:42 -04:00
Dan Halbert
c41639f30a add en_GB translation to builds 2021-03-31 15:09:55 -04:00
Scott Shawcroft
5d8bdd20b4
Merge pull request #4517 from dhalbert/no-remote-wakeup
Turn off remote wakeup in USB configuration descriptor
2021-03-31 08:55:50 -07:00
Scott Shawcroft
0582d639c1
Merge pull request #4519 from jepler/rasberrypi-minconfig
raspberypi: Allow mpconfigboard to override additional items
2021-03-31 08:48:41 -07:00
Jeff Epler
cce8b2be07 raspberypi: Allow mpconfigboard to override additional items
This allows more options to be overridden to 0 in an mpconfigboard.mk.

Improved:
 * FRAMEBUFFERIO, FULL_BUILD, BITOPS, PWMIO, RGBMATRIX, OTARYIO, PULSEIO, WATCHDOG

Still problematic (pull requests welcome):
 * RP2PIO & NEOPIXEL_WRITE, possibly only if a status neopixel is defined
 * BITBANGIO, possibly only if BUSIO is enabled
 * RTC

Incidentally, with RP2PIO & NEOPIXEL_WRITE, BITBANGIO, and RTC re-enabled I get
```
323956 bytes used, 720524 bytes free in flash firmware space out of 1044480 bytes (1020.0kB).
12072 bytes used, 250072 bytes free in ram for stack and heap out of 262144 bytes (256.0kB).
```

Closes #4515
2021-03-31 09:40:48 -05:00
Jeff Epler
cb29ad0846 mimxrt10xx: Fix bogus assertion.
.. as noted by @d-c-d
2021-03-31 09:21:08 -05:00
Dan Halbert
c9f2591d7c Turn off remote wakeup in USB configuration descriptor 2021-03-31 10:12:16 -04:00