Dan Halbert
bd4a156b9d
Merge pull request #1729 from tannewt/release_notes
...
Add script to convert release notes from Markdown
4 years ago
Scott Shawcroft
bbed7b813b
Add script to convert release notes from Markdown
4 years ago
sabas1080
bb7bb80b4a
update bast pro mini m0
4 years ago
Scott Shawcroft
5cc52fb7b7
Merge pull request #1727 from tannewt/remove_lwip
...
Remove lwip submodule because it is unused.
4 years ago
Scott Shawcroft
5ad69b2907
Merge pull request #1726 from adafruit/revert-1534-circuitpython-nickzoic-1046-nrf-rtc
...
Revert "Circuitpython nickzoic 1046 nrf rtc"
4 years ago
Scott Shawcroft
ab6896206d
Remove lwip submodule because it is unused.
4 years ago
Dan Halbert
0653bca323
Revert "Circuitpython nickzoic 1046 nrf rtc"
4 years ago
Dan Halbert
aca74a5394
Merge pull request #1725 from pewpew-game/pl-PL
...
Add Polish translation
4 years ago
Radomir Dopieralski
a0ffd1717c
Add Polish translation
4 years ago
Scott Shawcroft
5478610e59
Merge pull request #1708 from makermelissa/ssd1351-fix
...
Added option to allow Displays with Single Byte Boundaries
4 years ago
Dan Halbert
7e99b2dbba
Merge pull request #1718 from yeyeto2788/master
...
New ES locale strings
4 years ago
F59JBP0
7fe3fb480d
Merge remote-tracking branch 'yeyeto2788/master'
4 years ago
Melissa LeBlanc-Williams
e254597c24
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
4 years ago
Scott Shawcroft
a30bbe6294
Merge pull request #1534 from nickzoic/circuitpython-nickzoic-1046-nrf-rtc
...
Circuitpython nickzoic 1046 nrf rtc
4 years ago
Scott Shawcroft
9ff54fdf72
Merge pull request #1685 from makermelissa/master
...
Added option to enable toggling CS between init commands
4 years ago
Scott Shawcroft
98811a9675
Update comment
4 years ago
Dan Halbert
c6e3b17203
Merge pull request #1721 from tannewt/fix_hid_report_lookup
...
Fix HID buffer lookup
4 years ago
Nick Moore
5b98102677
re-run make translate
4 years ago
Nick Moore
54a41e0812
Merge branch 'master' into circuitpython-nickzoic-1046-nrf-rtc
4 years ago
Nick Moore
02f1939df2
Reset translations to master
4 years ago
Melissa LeBlanc-Williams
8087cb41e5
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
4 years ago
Melissa LeBlanc-Williams
2e0268cb09
Simplified cs toggling into fourwire only
4 years ago
Melissa LeBlanc-Williams
f3ec0514cd
Simplified into fourwire only
4 years ago
Scott Shawcroft
fd134df552
Merge pull request #1720 from dhalbert/frequencyio-full-builds
...
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
4 years ago
Scott Shawcroft
2cc3159f73
Merge pull request #1719 from dhalbert/restrict-translate-1
...
restrict 'make translate' to include only those directories we have ports for
4 years ago
Nick Moore
a06ce33472
Update translations (again)
4 years ago
Nick Moore
93684737eb
Fix up messages & wild stab at translations for adafruit/circuitpython#1046
...
The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'.
4 years ago
Nick Moore
71622a4515
There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046
4 years ago
Nick Moore
28254def0b
adafruit/circuitpython#1046 handle overflows in the RTC counter
4 years ago
Nick Moore
ff6395fa4e
workaround for problem with adafruit/circuitpython#1046
...
the __weak linking works fine so long as these functions are not identical.
I have not yet worked out why.
4 years ago
Nick Moore
b09d2c3c62
enable NRFX RTC adafruit/circuitpython#1046
4 years ago
Nick Moore
69cf33e6a1
more fake RTC code ... adafruit/circuitpython#1046
...
(works if MP_WEAK common_hal_rtc_get_time is removed)
4 years ago
Nick Moore
77f307c642
starting on #1046 rtc for nRF
4 years ago
Scott Shawcroft
9232ec50f1
Fix HID buffer lookup
...
The previous code assumed HID report ids were consecutive. This is
not true in the CircuitPython descriptor where report ids are fixed
for each report type.
Fixes #1617
4 years ago
Dan Halbert
f118aef283
copy/paste error
4 years ago
Dan Halbert
88068876ed
turn off frequencyio for all SAMD21 builds
4 years ago
Dan Halbert
35ab1a1983
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
4 years ago
Dan Halbert
b7a68a7020
restrict 'make translate' to include only those directories we have ports
4 years ago
Juan Biondi
cc2513748e
(ES)Add new strings, and fix some others that where wrong.
4 years ago
Juan Biondi
f6892ce3ff
Merge pull request #4 from adafruit/master
...
Get latest changes to translate
4 years ago
Scott Shawcroft
94822ee208
Merge pull request #1714 from dhalbert/pixel-shader-bug
...
TileGrid: pixel_shader is not always a Palette
4 years ago
Scott Shawcroft
129cc7cb67
Merge pull request #1713 from dhalbert/reversed-for-all-builds
...
turn on reversed() for all builds
4 years ago
Dan Halbert
df79e9a732
Merge pull request #1687 from jrcutler/master
...
Enable nvm storage for all samd21x18 boards
4 years ago
Dan Halbert
83f5414bdb
Merge pull request #1710 from tannewt/fix_cdc_out
...
Update TinyUSB to fix CDC OUT buffering
4 years ago
Dan Halbert
6cd874cc47
Merge pull request #1711 from tannewt/immediate_rgb_led_brightness
...
Make status LED brightness change immediate.
4 years ago
Dan Halbert
374f210771
TileGrid: pixel_shader is not always a palette
4 years ago
Dan Halbert
4c1849ae7c
turn on reversed() for all builds
4 years ago
Melissa LeBlanc-Williams
2f7b338a4b
Comment Cleanup
4 years ago
Melissa LeBlanc-Williams
f4cede4747
Removed parameter so CS is always toggled
4 years ago
Melissa LeBlanc-Williams
b2ad16f5c8
Removed parameter so CS is always toggled
4 years ago