Damien George
04927dfaca
tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch.
...
This can be treated by the linker the same as R_X86_64_REX_GOTPCRELX,
according to https://reviews.llvm.org/D18301 .
Signed-off-by: Damien George <damien@micropython.org>
2021-05-20 23:34:20 +10:00
Mike Causer
47b778332a
all: Replace busses with buses.
...
"buses" is the widely accepted plural form of "bus".
2021-05-20 23:22:03 +10:00
Mike Causer
1ca66efbf7
stm32/boards: Add VCC_GND_F407ZG board.
2021-05-20 23:17:51 +10:00
Mike Causer
c24003abec
stm32/boards: Add VCC_GND_F407VE board.
2021-05-20 23:15:56 +10:00
Andrew Leech
9d58d46e0a
docs/library/pyb.Pin.rst: Update the arguments for Pin.init().
...
Add details for Pin.init() value and alt arguments.
2021-05-20 23:08:43 +10:00
Hosted Weblate
132185238a
Merge remote-tracking branch 'origin/main' into main
2021-05-20 15:02:41 +02:00
Jonny Bergdahl
0c2c725978
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (993 of 993 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-05-20 15:02:41 +02:00
Wellington Terumi Uemura
131cdda2e2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (993 of 993 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-05-20 15:02:41 +02:00
Noel Gaetan
c82286e39b
Translated using Weblate (French)
...
Currently translated at 96.0% (954 of 993 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-05-20 15:02:40 +02:00
Dan Halbert
74355e8281
Merge pull request #4783 from tannewt/fix_sm_rp2040_7
...
Fix safe mode on rp2040 (in 7.x)
2021-05-20 09:02:35 -04:00
Hosted Weblate
dbc0118f9a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2021-05-20 04:41:56 +02:00
Dan Halbert
7511e1c782
Merge pull request #3493 from gabewillen/main
...
Implemented the ability to set the transmitter power on nRF52 devices
2021-05-19 22:41:47 -04:00
Scott Shawcroft
499a4388cf
Handle inverted neopixel power
2021-05-19 17:29:02 -07:00
Scott Shawcroft
65813ef358
Fix ble_hci builds
2021-05-19 14:14:32 -07:00
Scott Shawcroft
42ee48ccb5
Improve error for invalid parameters
2021-05-19 14:09:11 -07:00
Scott Shawcroft
ee7a701487
Switch to start_advertising arg
2021-05-19 12:21:48 -07:00
gabewillen
e29158483e
Update Adapter.h
...
Added the tx_power to the adapter object
2021-05-19 11:56:49 -07:00
gabewillen
6b39df406a
Update Adapter.c
...
Added support for setting transmitter power currently done during every time advertising starts as implemented in the Arduino library
2021-05-19 11:55:47 -07:00
gabewillen
806b39fb22
Update Adapter.c
...
Added support for setting transmitter power
2021-05-19 11:55:01 -07:00
gabewillen
7dee378ade
Update Adapter.h
...
Added support for setting transmitter power
2021-05-19 11:55:01 -07:00
Scott Shawcroft
b78e9fcd19
Improve STM reset reason
...
This causes safe mode to skip the wait for reset when waking up
from an alarm. (It also means we don't flash the LED for it.)
2021-05-19 11:48:02 -07:00
EmergReanimator
7805392b9e
Update UART.c
...
Incorporating feedback: https://github.com/adafruit/circuitpython/pull/4772#discussion_r634112839
2021-05-19 20:19:16 +02:00
Scott Shawcroft
642fbcf87a
Handle status led power
...
This no longer turns on status LED power before running user code.
Therefore, use of the status LED on some boards will also have to
enable the power.
2021-05-19 10:57:14 -07:00
Scott Shawcroft
9dabe882f1
Fix safe mode on rp2040
2021-05-19 10:18:43 -07:00
Scott Shawcroft
14a550c395
Merge pull request #4770 from ladyada/main
...
Add rev A of macropad definition
2021-05-19 10:09:19 -07:00
Dan Halbert
4c928acbd4
Merge pull request #4774 from kamtom480/spresense_usb_fix
...
spresense: Fix USB CDC and MSC
2021-05-19 12:42:08 -04:00
Dan Halbert
aebee2de73
Handle USB_HIGHSPEED for MIDI also
2021-05-19 07:43:47 -04:00
lady ada
9a70aa1e8d
figure out the AREF thing later
2021-05-18 22:20:38 -04:00
Limor "Ladyada" Fried
b667736110
Merge branch 'adafruit:main' into main
2021-05-18 20:55:55 -04:00
lady ada
d8b895f1d7
add LED and speaker - natch!
2021-05-18 20:53:13 -04:00
Scott Shawcroft
8c0f358583
Merge pull request #4773 from DavePutz/pico-pulseout
...
Implement pulseout for RP2040
2021-05-18 13:23:28 -07:00
Lucian Copeland
bce541dcc5
Minor text fixes
2021-05-18 15:16:25 -04:00
Scott Shawcroft
6164d44e6d
Turn off LED after REPL
2021-05-18 11:32:45 -07:00
lady ada
fdbd3bc8c2
add missing AREF pin
2021-05-18 11:09:31 -04:00
ladyada
38ffc4352d
add workflow for makropad
2021-05-18 11:09:03 -04:00
ladyada
cec9015e19
iz makropad with oled
2021-05-18 11:09:03 -04:00
Kamil Tomaszewski
da248d1594
spresense: Fix USB CDC and MSC
2021-05-18 17:02:16 +02:00
Damien George
7408ca1d78
mimxrt: Improve ticks and sleep functions using GPT.
...
SysTick cannot wake the CPU from WFI/WFE so a hardware timer is needed to
keep track of ticks/delay (similar to the nrf port).
Fixes issue #7234 .
Signed-off-by: Damien George <damien@micropython.org>
2021-05-18 22:36:32 +10:00
root
9393467819
Update comment for spelling
2021-05-17 22:13:00 -05:00
Brett Cannon
452fa3f8d4
docs/library: Add a blank line to fix formatting for ussl docs.
2021-05-18 12:27:57 +10:00
Brett Cannon
07528d1f85
docs/library: Clarify what type of algorithm is implemented in heapq.
2021-05-18 12:24:21 +10:00
Bruno Martins
ea2d83e961
nrf/boards: Add support for evk_nina_b3 board.
2021-05-18 12:14:57 +10:00
Bruno Martins
94fb5e7f5a
nrf: Add machine.memXX, and allow boards to customise some features.
2021-05-18 12:01:51 +10:00
Bob Abeles
7ceccad4e2
py/nlrx64: Correct the detection of Darwin ABI.
...
__APPLE__ tests for an Apple OS and __MACH__ tests that it is based on CMU
Mach. Using both tests ensures that just Darwin is recognized.
2021-05-18 11:52:00 +10:00
Bob Abeles
126b1c7271
py/nlraarch64: Add underscore prefix to function symbols for Darwin ABI.
...
The proper way to do this is to test for __APPLE__ and __MACH__, where
__APPLE__ tests for an Apple OS and __MACH__ tests that it is based on CMU
Mach. Using both tests ensures that just Darwin (Apple's open source base
for MacOS, iOS, etc.) is recognized. __APPLE__ by itself will test for any
Apple OS, which can include older OS 7-9 and any future Apple OS. __MACH__
tests for any OS based on CMU Mach, including Darwin and GNU Hurd.
Fixes #7232 .
2021-05-18 11:46:30 +10:00
Damien George
6d2680fa36
py/objarray: Fix constructing a memoryview from a memoryview.
...
Fixes issue #7261 .
Signed-off-by: Damien George <damien@micropython.org>
2021-05-18 10:18:56 +10:00
Scott Shawcroft
c2ebe555f3
Merge pull request #4767 from jposada202020/parameter_union_doc_example
...
adding parameter documentation explanation when it could have two differents types
2021-05-17 17:14:09 -07:00
Lucian Copeland
633d83cc3e
Merge remote-tracking branch 'upstream/main' into sleep-revamp
2021-05-17 18:57:10 -04:00
root
ff4b1b28d2
iFormatting fixes
2021-05-17 16:43:55 -05:00
root
11ef36d09d
Implement pulseout for RP2040
2021-05-17 16:24:45 -05:00