hathach
0806c0a38b
update fatfs cached sector when running write10
5 years ago
hathach
4e5d9a029d
clean up
5 years ago
hathach
0365912e28
implement msc with internal_flash api
...
Note: only work with SD is disabled.
5 years ago
hathach
3564e98181
implement msc flash, seems to work
5 years ago
hathach
1745e20391
replace jlink with native usb cdc for serial REPL
5 years ago
hathach
be2ff20e42
enable usb cdc interface
...
not handle anything yet.
5 years ago
hathach
6d0cb96c85
hack to call tusb_task() in the mainloop
5 years ago
hathach
7fff7f5e70
add usb msc support for nrf52840
5 years ago
Scott Shawcroft
ff0a6f4ec3
Merge pull request #986 from tannewt/include_rtc_fix
...
include RTC fix for SAMd51 in circuitpython build
5 years ago
Scott Shawcroft
074c5ea144
Merge pull request #977 from dhalbert/update_crickit_libs-2
...
update crickit-related libs
5 years ago
Dan Halbert
bf9981e8db
bring all frozen libraries up to date
5 years ago
hathach
a73effa5b6
update tusb
5 years ago
Scott Shawcroft
8fb976f0bd
Split out assembly source files.
5 years ago
mrmcwethy
d9723bb613
include RTC fix for SAMd51 in circuitpython build
5 years ago
Scott Shawcroft
dbc977485c
Support gathering register values on nrf.
5 years ago
Scott Shawcroft
f3f8e13b88
analyze everything
5 years ago
Scott Shawcroft
cced51cbd2
Limit qstr pool size to reduce memory waste.
5 years ago
Scott Shawcroft
9de611c056
Always collect after an import
...
Imports generate a lot of garbage so cleaning it up immediately
reduces the likelihood longer lived data structures don't end up in
the middle of the heap.
Fixes #856
5 years ago
Scott Shawcroft
519287550c
Long-live code.py itself.
5 years ago
Scott Shawcroft
ec78d3cefd
Mark pointers in cpu registers as in use.
...
This prevents bugs where gc_collect is called from C code that did
a recent allocation.
5 years ago
Scott Shawcroft
252aacdddf
Analysis fixes and long lived tweaks.
5 years ago
hathach
36e2f38933
update tools/uf2 to have family support
5 years ago
hathach
46c453cf0a
add tinyusb as submodule
5 years ago
hathach
b14b28067e
Merge branch 'master' into nrf52840_usbboot
5 years ago
Scott Shawcroft
321daa3523
Merge pull request #983 from adafruit/tannewt-patch-1
...
Comment tweak after board change
5 years ago
Scott Shawcroft
bf00cde37d
Comment tweak after board change
5 years ago
Scott Shawcroft
b91202969a
Merge pull request #982 from arturo182/nrf_makefile
...
nrf: Save some flash bytes by using extra compile flags
5 years ago
Scott Shawcroft
05a088b369
Merge pull request #972 from arturo182/nrf_i2c
...
nrf: Rewrite the I2C common-hal using nrfx
5 years ago
arturo182
da491ec961
nrf: Save some flash bytes by using extra compile flags
...
Both of these are used in the atsamd port as well.
5 years ago
Scott Shawcroft
923ef3d702
Merge pull request #978 from kattni/audioio-rawsample-doc-fix
...
Fixed issue with code in docs for audioio
5 years ago
Scott Shawcroft
a0c5182548
Merge pull request #976 from mrmcwethy/makefile1
...
Test the BOARD parameter for nullness
5 years ago
Kattni Rembor
a10c61ef89
Fixed issue with code in docs for audioio
...
Removed incorrect arg from RawSample in AudioOut example code.
Replaced variable sample with dac.
5 years ago
Scott Shawcroft
f1248dcdf4
Merge pull request #973 from dhalbert/3.x_onewire_fix
...
fix OneWire timing and DigitalInOut.switch_to_input()
5 years ago
Dan Halbert
b68cd14391
update crickit-related libs
5 years ago
Dan Halbert
7c9a0e2996
remove unnecessary extern in nrf/mphalport.c
5 years ago
Dan Halbert
7028a399c2
remove previously added esp8266/mphalport.{c,h}
5 years ago
Dan Halbert
2a0b857643
implement mp_hal_delay_us() to not need interrupts, and use it
5 years ago
mrmcwethy
df4469f92b
Test the BOARD parameter for nullness; display a error if nothing provided
5 years ago
Scott Shawcroft
a405892d8a
Merge pull request #974 from mrmcwethy/fixrtc
...
include RTC fix for SAMd51 in circuitpython build
5 years ago
mrmcwethy
d392f01f2c
include RTC fix for SAMd51 in circuitpython build
5 years ago
Dan Halbert
b4fd77bb7c
fix nrf and esp8266 builds for OneWire fix
5 years ago
Dan Halbert
52a11547cb
fix OneWire timing and DigitalInOut.switch_to_input()
5 years ago
Scott Shawcroft
3aa4b18aed
Merge pull request #971 from arturo182/travis_optim
...
travis: Try to shave off some seconds from build times
5 years ago
Scott Shawcroft
429168d4ac
Merge pull request #970 from arturo182/nrf_softdev
...
nrf: Remove unsupported softdevice defines
5 years ago
Scott Shawcroft
007155276a
Merge pull request #969 from arturo182/nrf_more_commonhal
...
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
5 years ago
Scott Shawcroft
039b4dc00a
Merge pull request #968 from arturo182/nrf_qstr
...
nrf: Remove old qstr defines
5 years ago
Scott Shawcroft
ae82a93b56
Merge pull request #967 from arturo182/nrf_os
...
nrf: Rewrite the os common-hal using nrfx
5 years ago
Scott Shawcroft
a0425d9134
Merge pull request #966 from arturo182/nrf_analogio
...
nrf: Rewrite the AnalogIn common-hal using nrfx
5 years ago
Scott Shawcroft
6908eed7ef
Merge pull request #965 from dhalbert/3.x-crickit-lib
...
3.x crickit lib
5 years ago
arturo182
178c089045
nrf: Rewrite the I2C common-hal using nrfx
5 years ago