Skip to content

Merge in commits from 2.x branch. #650

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 85 commits into from
Feb 28, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
cfd1809
Suppress A0 (PA02) as a TouchIn-capable pin on CPX.
dhalbert Oct 15, 2017
8f3be0a
Reinit ADC completely on each call to AnalogIn.value.
dhalbert Oct 15, 2017
dbd3f15
1. Use lib/libm for small (non-Express builds) to gain back a lot of …
dhalbert Oct 15, 2017
274fff4
Use internal libm for all atmel-samd boards.
dhalbert Oct 16, 2017
1709fbb
Turn on pulseio now that there's room.
dhalbert Oct 15, 2017
5f6df7f
More io capability on non-Express boards, so call *_reset() routines
dhalbert Oct 16, 2017
6c7d35c
esp8266: Correct SPI functionality when write_value is provided.
tannewt Oct 16, 2017
c216c28
esp8266: Actually disable pins when reset on reload.
tannewt Oct 16, 2017
2148211
Merge pull request #337 from tannewt/fix_pin_reset
dhalbert Oct 16, 2017
e2ce87e
Merge pull request #336 from tannewt/2.x
dhalbert Oct 16, 2017
c6a15f7
esp8266: add neopixel_write - remove neopixel.py (#339)
jerryneedell Oct 17, 2017
4f4ddf0
Set DRVSTR on output pins to strong (more current capability).
dhalbert Oct 16, 2017
a1409d1
redo time.monotonic() to avoid double precision
dhalbert Oct 17, 2017
9bcc105
Gracefully reset the gamepad module (#356)
deshipu Oct 22, 2017
e08241d
Supersized Feather M0 Express for 2.x (replace the 2Mbyte SPI flash w…
dastels Oct 23, 2017
bd7abcd
shared-bindings: Check that I2C and SPI reads and writes are given a …
tannewt Oct 25, 2017
f738996
Allow writing buffer of length zero to I2C device; it can be used to …
dhalbert Oct 30, 2017
c066e4d
Add board definition for the uGame handheld console
deshipu Nov 1, 2017
78f6c22
Allow empty reads and writes for busio.SPI
deshipu Nov 3, 2017
4869599
Merge pull request #404 from pewpew-game/fix-spi-empty-read-write
dhalbert Nov 3, 2017
3c1486a
esp8266 enable framebuf (#408)
jerryneedell Nov 6, 2017
ddc8570
Fix round(). Don't split a statement with a #pragma. It breaks the co…
dhalbert Nov 7, 2017
d9a19c4
Merge pull request #413 from dhalbert/fix_round
dhalbert Nov 7, 2017
216fced
Add a _stage module (#398)
deshipu Nov 7, 2017
aa817de
atmel-samd: Update Feather M0 Express USB PID
tannewt Nov 7, 2017
d183b66
Merge pull request #419 from tannewt/2.x_usb_pids
dhalbert Nov 8, 2017
065a319
Update info about erasing CIRCUITPY to include flash erasers for non-…
dhalbert Nov 14, 2017
27d5f27
Add ItsyBitsy M0 support with 1MB flash support (#445)
ladyada Nov 17, 2017
1276ce5
Fix display orientation for _stage module
deshipu Nov 21, 2017
26862f8
Merge pull request #453 from pewpew-game/stage
dhalbert Nov 21, 2017
a41272d
atmel-samd: Added missing adalogger pins (#461)
stewmystre Nov 27, 2017
9ac6890
update CPX frozen modules to latest versions
dhalbert Dec 1, 2017
e75fd0e
add SPI.write_readinto() - bidirectional SPI
dhalbert Dec 5, 2017
2900ed2
add SPI.write_readinto() to esp8266 port
dhalbert Dec 5, 2017
78db6c3
Merge pull request #473 from dhalbert/2.x_esp8266_bidi_spi
dhalbert Dec 5, 2017
b4d3699
Introduce reset mechanics to microcontroller.
tannewt Dec 5, 2017
a91e1cb
Fix a couple spelling errors.
tannewt Dec 6, 2017
3c49f53
Merge pull request #474 from tannewt/mcu_reset
dhalbert Dec 6, 2017
43650b6
Fix PDMIn MEMS microphone support (#479)
dhalbert Dec 13, 2017
f2ad1a3
Write version info to boot_out.txt.
dhalbert Dec 14, 2017
a37cc17
bring CPX frozen modules up to date
dhalbert Dec 14, 2017
6d603e4
Merge pull request #483 from dhalbert/2.x
kattni Dec 14, 2017
0c0a09a
Speed up AnalogIn.value.
dhalbert Dec 15, 2017
054cac3
update CPX frozen Adafruit_CircuitPython_LIS3DH to library version 3.0.0
dhalbert Dec 15, 2017
aca4b60
Merge pull request #486 from dhalbert/2.x_lis3dh_3.0.0
kattni Dec 15, 2017
e3df010
Add root readthedocs.yml file.
tannewt Dec 19, 2017
7f8972b
Merge pull request #489 from adafruit/test_2.x
dhalbert Dec 19, 2017
22bbb6a
Don't include examples directories in frozen libraries
dhalbert Dec 20, 2017
23dd197
Wait 2 secs before creating new filesystem in case power is jittery
dhalbert Nov 8, 2017
ec1d29f
check twice for bad filesystem
dhalbert Nov 30, 2017
39f30ae
Fix 1200 baud reset.
tannewt Dec 20, 2017
e671fa2
Merge pull request #495 from tannewt/fix_baud_reset
dhalbert Dec 20, 2017
2d2735c
Error in PDMIn filter loop.
dhalbert Dec 21, 2017
7918714
certain odd-sized PDMIn record buffers would crash or not fill properly
dhalbert Dec 23, 2017
e44fbca
PDMIn: Make last DMA buffer be exactly the right length.
dhalbert Dec 23, 2017
2dcb2f0
Add git version info to frozen modules.
dhalbert Dec 24, 2017
644ad74
preprocess_frozen_modules.py: make compatible with Python 3.4.
dhalbert Dec 24, 2017
31be207
preprocess_frozen_modules.py: yet more Python 3.4 compatibility changes
dhalbert Dec 24, 2017
94e645d
Merge pull request #499 from dhalbert/2.x_frozen_module_version_info
dhalbert Dec 24, 2017
9a50fa4
update CPX frozen modules to latest versions
dhalbert Dec 30, 2017
d9ae709
Merge pull request #505 from dhalbert/2.2_update_cpx_frozen_libs
dhalbert Dec 30, 2017
0ff128e
Fix example for gamepad
deshipu Jan 10, 2018
8251abb
Merge pull request #520 from pewpew-game/2.x
deshipu Jan 11, 2018
3b946f6
Add missing Feather M0 RadioFruit boards: RFM69, RFM9x. (#538)
tdicola Jan 19, 2018
6b66c3b
Add W25Q16 USON flash support, alternative flash type support for all…
ladyada Jan 20, 2018
544b9e4
Merge pull request #541 from ladyada/itsybitsy_m0_fixes
dhalbert Jan 20, 2018
448d13e
memory type for alt flash fix
ladyada Jan 30, 2018
dfd57e4
Merge pull request #571 from ladyada/fix_itsybitsy_flash
dhalbert Feb 2, 2018
80ff1c4
pIRKey tested w/ hardware - basically a trinket or gemma with only do…
ladyada Feb 5, 2018
b6114d1
Merge pull request #580 from ladyada/pirkey
dhalbert Feb 5, 2018
2a3de8d
Magnetometer values are also 3d vector of uT
tuupola Feb 11, 2018
59ad16b
Merge pull request #612 from tuupola/patch-1
ladyada Feb 11, 2018
4cc2cf0
Increase the status LED brightness a bit so that newer DotStars
tannewt Feb 13, 2018
a522001
Dim the neopixel status LED through the brightness control.
tannewt Feb 13, 2018
06c9445
Fix builds without status pixel. No need to track its brightness when…
tannewt Feb 13, 2018
ee90056
Merge pull request #621 from tannewt/tweak_itsybitsy_status_brightness
dhalbert Feb 16, 2018
20dd3b1
Delete a bunch of docs, drivers and examples not relevant to CircuitP…
tannewt Feb 21, 2018
e667bdf
Polish up the README since it was converted to RST from Markdown.
tannewt Feb 21, 2018
4199209
Merge pull request #632 from tannewt/delete_out_of_date
dhalbert Feb 22, 2018
641a44e
Remove obsolete periphal drivers in esp module
dhalbert Feb 23, 2018
892d5cd
Merge pull request #641 from dhalbert/2.x_esp8266_remove_obsolete_dri…
tannewt Feb 23, 2018
bf05183
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
tannewt Feb 27, 2018
ebf326f
Build sphinx on Travis
tannewt Feb 27, 2018
737007c
Install recommonmark too.
tannewt Feb 27, 2018
ea63311
Remove bad c2rst and fix the other for sphinx 1.7.1
tannewt Feb 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
atmel-samd: Update Feather M0 Express USB PID
This makes it different from the bootloaders and Arduino.

Fixes #324.
  • Loading branch information
tannewt committed Nov 7, 2017
commit aa817de7f004a4b8646f68394ec8540eaf207b1c
2 changes: 1 addition & 1 deletion atmel-samd/boards/feather_m0_express/mpconfigboard.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x801b
USB_PID = 0x8023

SPI_FLASH_FILESYSTEM = 1

Expand Down
2 changes: 1 addition & 1 deletion atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LD_FILE = boards/samd21x18-bootloader-external-flash.ld

USB_VID = 0x239A
USB_PID = 0x801b
USB_PID = 0x8023

SPI_FLASH_FILESYSTEM = 1

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy