Jeff Epler
4c710cf13b
unix port: add help(), help('modules')
3 years ago
Jeff Epler
50438b51aa
libm: Provide log2f
3 years ago
Jeff Epler
41e71485af
libm: Disable float-equal diagnostics
...
I choose to believe these authors knew what they were doing.
3 years ago
arturo182
1b33cd11fc
Merge pull request #2658 from mubes/spi_fixes
...
Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixups
3 years ago
Dave Marples
aadb0bfc1e
Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixup
3 years ago
Limor "Ladyada" Fried
3dc98a7a79
Merge pull request #2656 from ladyada/master
...
move red LED to D13 and make D3 lsm6ds IRQ
3 years ago
ladyada
86e9fd170a
move red LED to D13 and make D3 lsm6ds IRQ
3 years ago
Jeff Epler
415cb351c7
Merge pull request #2655 from jepler/thing51
...
samd51 thing plus: new port
3 years ago
Scott Shawcroft
7037ebe0ec
Merge pull request #2653 from tannewt/fix_usb_eject_after_sleep
...
Fix Mac crash when waking up with an ejected CIRCUITPY
3 years ago
jepler
f20255813f
samd51 thing plus: new port
...
testing performed:
* successfully store and retrieve a 500kB file on the flash
* square wave output on each pin appears on o'scope
* board.SPI(), board.SERIAL(), board.I2C() all construct
3 years ago
Dan Halbert
09ab24b967
Merge pull request #2654 from tannewt/fix_crash_after_repl
...
Fix crash after empty REPL session
3 years ago
Scott Shawcroft
28c7a1e9c3
Fix crash after empty REPL session
...
We were trying to reset bluetooth when it was off and then trying
to raise an exception without the heap.
3 years ago
Scott Shawcroft
876c646d09
Fix Mac crash when waking up with an ejected CIRCUITPY
...
We now correctly set the reason for the unit not being ready and
always start the unit.
Fixes #2567
3 years ago
Dan Halbert
90c67673ad
Merge pull request #2649 from mubes/rs485inversionfix
...
Fix incorrect initialisation of default UART
3 years ago
Dave Marples
d41cf2e926
Fix incorrect initialisation of default UART
3 years ago
Dan Halbert
dcc8abf74e
Merge pull request #2638 from fgallaire/master
...
Arduino Nano 33 IoT support
3 years ago
Florent Gallaire
96db16a7a2
Last NINA pins
3 years ago
Scott Shawcroft
bd9572c8a4
Merge pull request #2648 from dhalbert/malloc-nrf-neopixel-write
...
cached heap buffer for neopixel_write
3 years ago
Dan Halbert
f63b2c0d0c
use realloc instead
3 years ago
Dan Halbert
9e6a9e46da
Merge branch 'master' into malloc-nrf-neopixel-write
3 years ago
Scott Shawcroft
e9ade63ae0
Merge pull request #2647 from dhalbert/enable-bleio-adapter-on-import
...
Enable _bleio adapter when _bleio is imported
3 years ago
Dan Halbert
9cf46ec947
put neopixel_write buffer in root pointers
3 years ago
Dan Halbert
23d6a3dc1f
merge from upstream
3 years ago
Dan Halbert
e31ac710be
Enable _bleio adapter when _bleio is imported
3 years ago
Florent Gallaire
39ec5d0e51
Add NINA pins
3 years ago
Dan Halbert
675930083d
Merge pull request #2645 from dhalbert/relicense-nrf-spi
...
relicense nrf SPI.c to MIT
3 years ago
Dan Halbert
634d246910
relicense nrf SPI.c to MIT
3 years ago
Dan Halbert
0afb8991fa
Merge pull request #2644 from tannewt/disable_ble_file_service
...
Disable BLE file service for now
3 years ago
Scott Shawcroft
e8f7141564
Disable BLE file service for now
...
Fixes #2633
3 years ago
Scott Shawcroft
1e7ec1b952
Merge pull request #2641 from arturo182/feather_m7_1011
...
mimxrt10xx: Add Feather M7 1011 board config
3 years ago
Scott Shawcroft
a5b7a128aa
Merge pull request #2642 from arturo182/imx_displayio
...
mimxrt10xx: Enable displayio
3 years ago
arturo182
feac87901a
mimxrt10xx: Enable displayio
...
Closes #2466
3 years ago
arturo182
aa0cf38084
mimxrt10xx: Add Feather M7 1011 board config
3 years ago
Scott Shawcroft
4552aff125
Merge pull request #2629 from mubes/rtsctsrs485
...
Addition of RTS/CTS/RS485 capability
3 years ago
Florent Gallaire
1ed5afeaec
Update build.yml
3 years ago
Dave Marples
4615d172c7
Addition of translation files
3 years ago
Florent Gallaire
fba0b302ff
Add Arduino Nano 33 IoT support
3 years ago
Florent Gallaire
63bcd52a5a
Add Arduino Nano 33 IoT documentation
3 years ago
Dan Halbert
1f148242db
Merge pull request #2605 from maholli/master
...
New board: PyCubed + updates to SAM32 board
3 years ago
Dave Marples
24405cabaf
Edits as a result of review
3 years ago
Dave Marples
490a808bf6
Addition of stubs for rs485/CTS/RTS handling on non-implemented chips
3 years ago
Dave Marples
f0e5341b0f
Addition of support for imxt1010, 1050 and 1060 families
3 years ago
Dave Marples
d388899985
Addition of RS485 support
3 years ago
Dave Marples
84ad3d8393
Addition of RTS/CTS/RS485 UART functionality
3 years ago
Scott Shawcroft
6f06f92bb1
Merge pull request #2631 from DavePutz/master
...
Update readline.c for REPL Unicode issue 1905
3 years ago
Max Holliday
2b79d8ffe9
adding PWM to board.c for external WDT
3 years ago
Scott Shawcroft
2063867899
Merge pull request #2618 from mubes/alignment-warning
...
Fix alignment warning
3 years ago
Scott Shawcroft
850e655a4c
Merge pull request #2625 from dhalbert/to_bytes-signed
...
Implement to_bytes(..., signed=True)
3 years ago
Scott Shawcroft
52d96ca151
Merge pull request #2626 from dhalbert/stat-for-shortint
...
avoid os.stat() int overflow on smallint-only builds
3 years ago
DavePutz
aca53aa1a2
Update readline.c for REPL Unicode issue 1905
3 years ago