Hierophect
270f0dfc7c
text fix
3 years ago
Hierophect
ae22305869
Corrections to I2C, style
3 years ago
Scott Shawcroft
a10cd8580c
Merge pull request #2445 from jepler/mp3-jeplayer-fixes
...
Fixes for JEplayer
3 years ago
Hierophect
a9633a3c94
Reorganize I2C workaround, style changes
3 years ago
Dan Halbert
28c1e4f48e
Merge pull request #2448 from tannewt/packet_buffer
...
Add PacketBuffer and MTU negotiation support.
3 years ago
Scott Shawcroft
7a94940c89
Replace magic number and add comment.
3 years ago
Scott Shawcroft
d4492aaed0
Merge remote-tracking branch 'adafruit/master' into packet_buffer
3 years ago
Hierophect
d222c64538
Merge branch 'stm32-spi-oneline' into stm32-i2c-rework
3 years ago
Hierophect
90613aa5fb
more cleanup and style syncing
3 years ago
Hierophect
b0f08ba465
Close algorithm edge case to match SPI
3 years ago
Jeff Epler
b3fb024301
nrf: Call into sd as many times as necessary to fill urandom request
...
Generating 51200 bytes in one go takes 4.966s, so that's a rate of about
10KiB/s.
3 years ago
Hierophect
3d5528b88f
style edits
3 years ago
Jeff Epler
6735283d8f
os: Don't require an on-stack buffer
...
This allows urandom requests of even 100k bytes to succeed on a fresh
VM session on a Metro M4 express.
3 years ago
Jeff Epler
5baaac55ce
vstr_init_len: Don't crash if (size_t)-1 is passed
...
In this unusual case, (len + 1) is zero, the allocation in vstr_init
succeeds (allocating 1 byte), and then the caller is likely to erroneously
access outside the allocated region, for instance with a memset().
This could be triggered with os.urandom(-1) after it was converted to use
mp_obj_new_bytes_of_zeros.
3 years ago
Dan Halbert
22644d33c9
Merge pull request #2460 from tannewt/update_frozen
...
Update submodules including BusDevice and HID.
3 years ago
Scott Shawcroft
c4a64ae7a0
Don't change uf2
3 years ago
Scott Shawcroft
11a8fc726d
Update translations
3 years ago
Scott Shawcroft
5531253c76
Update submodules including BusDevice and HID.
...
HID's API has changed to take in devices explicitly so that both
USB and BLE work.
3 years ago
Dan Halbert
8d629a957d
Merge pull request #2367 from iot49/mtime
...
fix mtime on file creation
3 years ago
Scott Shawcroft
817c4af60c
Merge pull request #2456 from arturo182/mimxrt10xx
...
Add initial MIMXRT10XX port implementation
3 years ago
arturo182
cc7b57c8d4
mimxrt10xx: Add license for NXP code
3 years ago
Scott Shawcroft
866ac13405
Merge pull request #2450 from Marius-450/marius-display-limit-2
...
CIRCUITPY_DISPLAY_LIMIT = 2 for monster m4sk
3 years ago
arturo182
19803c664f
mimxrt10xx: Add info on clock config source
3 years ago
Hierophect
d645ea222d
Text fixes for consistency
3 years ago
Hierophect
6ab75fe8c5
Allow MOSI/MISO exclusion
3 years ago
arturo182
ff6d9d8a52
mimxrt10xx: Use the correct error for not implemented functionality
...
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
3 years ago
Scott Shawcroft
5b127bd78c
Merge pull request #2452 from pewpew-game/pewpew-m4-bootloader-offsets
...
Take display offsets for PewPew M4 from the bootloader config
3 years ago
Hierophect
b778aee21d
Make inclusion non-conditional
3 years ago
arturo182
0068bafbb6
Add MIMXRT10XX port to release build
3 years ago
arturo182
13e0cba6f1
Add initial MIMXRT10XX port
3 years ago
Jeff Epler
dd6010a17e
Fix more build problems
3 years ago
Jeff Epler
b1b4a9e842
fix doc build error
3 years ago
Jeff Epler
dc729718eb
audiomp3: rename to MP3Decoder
3 years ago
Radomir Dopieralski
59ded1131f
Take display offsets for PewPew M4 from the bootloader config
...
The PewPew M4 devices come with different displays, which require
different offsets. Since the information about offsets is saved in
the bootloader, we can take it from there.
3 years ago
Dan Halbert
390337b9a5
wip; compiles
3 years ago
Marius-450
3ad3d49959
changes only for monster m4sk
3 years ago
Marius-450
d2b2cf0add
CIRCUITPY_DISPLAY_LIMIT = 2
3 years ago
Scott Shawcroft
82fb761c0f
Add PacketBuffer and MTU negotiation support.
...
PacketBuffer facilitates packet oriented BLE protocols such as BLE
MIDI and the Apple Media Service.
This also adds PHY, MTU and connection event extension negotiation
to speed up data transfer when possible.
3 years ago
Scott Shawcroft
776c9b011c
Merge pull request #2432 from tannewt/fix_nrf_uart
...
Fix nRF UART reset
3 years ago
Scott Shawcroft
f6ec1ea172
Throw an error when we cannot allocate PWM pixel buffer
3 years ago
Scott Shawcroft
6afb8dadbc
Change SPI and I2C in the same way.
3 years ago
Dan Halbert
fc5f776429
Merge pull request #2034 from rhooper/new-pixelbuf-api
...
Updates to pixelbuf API - Addresses #884
3 years ago
Dan Halbert
242d572470
wip
3 years ago
Jeff Epler
bd8650d35b
samd/peripherals: take upstream update
3 years ago
Roy Hooper
767ce1cdf8
remove unnecessary GCC pragmas
3 years ago
Roy Hooper
ccf158b030
raise mp_raise_NotImplementedError
3 years ago
Roy Hooper
fdddb54db4
rename call_show to pixelbuf_call_show
3 years ago
Jeff Epler
ec22520992
MP3File: Add rms_level property
...
This lets a music player show it vu-meter style
3 years ago
Roy Hooper
4e1996856f
Fix docstring for byteorder
3 years ago
Roy Hooper
12193913a8
move native fill to a helper to work around being unable to call a subclass show method from the native superclass
3 years ago