Commit Graph

4849 Commits

Author SHA1 Message Date
Ben Bleything
cae4eea42b free up PA00 and PA01 on BHB 2021-05-13 15:28:00 -04:00
nm3210
3474f6b1f9 Swap mis-labelled D0/D1 pins on SparkFun Pro Micro RP2040 2021-05-13 15:25:56 -04:00
Lucian Copeland
2c26e87854 Remove settings for DNP oscillator 2021-05-13 15:24:58 -04:00
Kattni Rembor
67b85dc2e0 Fix board definition. 2021-05-13 15:22:35 -04:00
Kattni Rembor
173cc4bd5f Fixing board definition. 2021-05-13 15:22:35 -04:00
ZodiusInfuser
43ad85dca5 Tweaked board name 2021-05-13 15:19:28 -04:00
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
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
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
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
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
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
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
0e915dc3fb
Merge pull request #4518 from jepler/fix-bogus-assertion
mimxrt10xx: Fix bogus assertion.
2021-03-31 15:53:42 -04: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
Jeff Epler
71eee45a37 mimxrt1011: UART: Add additional error checking
.. and make the 'invalid pin' messages standard.

Closes #4502
2021-03-30 10:17:48 -05:00
Scott Shawcroft
580456719c
Merge pull request #4508 from dhalbert/rp2040-calc-sda-hold-time
Calculate RP2040 SDA hold time
2021-03-29 15:09:30 -07:00
Dan Halbert
840373f5c2
Merge pull request #4495 from tyomitch/patch-1
[ure] to save space, disable debug dumps by default
2021-03-29 16:08:56 -04:00
Dan Halbert
8e0834d74c Calculate RP2040 SDA hold time 2021-03-29 14:40:13 -04:00
Jeff Epler
010232574e
Merge pull request #4468 from jepler/metro-m7-dup-pins
remove duplicate RX/TX pin lines
2021-03-27 12:49:33 -05:00
Limor "Ladyada" Fried
9ac8ea587a
Merge pull request #4499 from dhalbert/rp2040-lengthen-sda-tx-hold-time
Length RP2040 I2C SDA hold time
2021-03-26 20:21:52 -04:00
Dan Halbert
03340a3fcd Incorporate https://github.com/adafruit/pico-sdk/pull/2 2021-03-26 18:55:45 -04:00
Artyom Skrobov
d7dc3801ab [ure] to save space, disable debug dumps by default
Has to stay enabled in unix port for the sake of tests/extmod/ure_debug.py
2021-03-26 13:24:20 -04:00
Jeff Epler
2bc61b4580 Parenthesize double-division for clarity 2021-03-26 11:01:22 -05:00