| Age | Commit message (Collapse) | Author |
|
We're moving towards a co-processor model and a Wiznet library is
already available.
New native APIs will replace these for chips with networking like the
ESP32S2 but they won't be these.
|
|
Addition of Tinkeringtech ScoutMakes Azul nRF52840 based platform to CircuitPython
|
|
|
|
|
|
|
|
|
|
|
|
Add new board BLE-SS dev board Multi Sensor
|
|
|
|
Signed-off-by: Yihui Xiong <yihui.xiong@hotmail.com>
|
|
Signed-off-by: Yihui Xiong <yihui.xiong@hotmail.com>
|
|
|
|
|
|
|
|
modified: ports/nrf/boards/raytac_mdbt50q-db-40/pins.c
|
|
new file: ports/nrf/boards/raytac_mdbt50q-db-40/bootloader/6.0.0/pca10056_bootloader_6.0.0_s140.zip
new file: ports/nrf/boards/raytac_mdbt50q-db-40/mpconfigboard.h
new file: ports/nrf/boards/raytac_mdbt50q-db-40/mpconfigboard.mk
new file: ports/nrf/boards/raytac_mdbt50q-db-40/pins.c
|
|
Testing performed: That a card is successfully mounted on Pygamer with
the built in SD card slot
This module is enabled for most FULL_BUILD boards, but is disabled for
samd21 ("M0"), litex, and pca10100 for various reasons.
|
|
This is an incompatible change.
|
|
|
|
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
|
|
|
Donated a PID set for HiiBot BlueFi.
|
|
This removes some features that are largely unused in order to get the
image to fit.
Recommended in
https://github.com/adafruit/circuitpython/pull/2933#issuecomment-632859678
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
The watchdog timer has increased the amount of code and text that's
required.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
Since these exceptions are unused, don't include them in the output
binary.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
This also places it under the `microcontroller` object.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
This enables WDT support for Simmel. Other platforms cannot yet use
WDT because it overflows their flash storage.
Enable CIRCUITPY_WDT support for the nrf target.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
With the WDT changes, building Circuit Python results in the following error:
/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: section .ARM.exidx LMA [00000000000621c8,00000000000621cf] overlaps section .data LMA [00000000000621c8,0000000000062383]
This is because unwinding data is getting generated, but has nowhere to go.
Re-enable this data in the linker script so it is saved.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
Add hiibot_bluefi board definitions
|
|
This section immediately follows the .bss section, and is designed to
contain uninitialized variables that should persist across reboots.
The section is placed directly after .bss, under the theory that the
size of Circuit Python's .bss + .data is bigger than the bootloader's
.bss + .data, so there is less likely to be a conflict.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
|
|
The flash filesystem must be reduced in order to allow the current
build to fit.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
Disable the SPIM3 controller to avoid needing to dedicate 8 kB to
the SPIM3 block.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
This adds AES support to simmel.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
The CSn pin is pin 6 on bank 1, not bank 0.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
add nRF52840 based Makerdiary Pitaya Go
|
|
|
|
nrf: add pca10100
|
|
Simmel had USB HID disabled in order to save space. However, the board
configuration did not set USB_DEVICES, causing it to inherit the default
device bouquet of MSC,CDC,MIDI,HID. This in turn caused HID to be included
in the USB Configuration Descriptor.
For some reason, this was not a problem in an earlier version of tinyusb or
circuitpython. However, in the most recent version this has rightfully
caused asserts to appear during configuration.
Re-enable USB_HID for now, as it doesn't add too much in terms of space.
We may disable it again later on if we become pressed for space.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
This is the nRF52833-DK board.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
https://devzone.nordicsemi.com/f/nordic-q-a/50638/usb-pid-for-nrf52840
|
|
|
|
Update teknikio bluebird pin assignments
|
|
|
|
|
|
|
|
|
|
This adds support for Simmel, an nRF52833-based bluetooth tracking
board designed to aid in pandemic tracing.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
|
|
|