Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/test_build_blinky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
EXIT_CODE=0

BSPS=$(basename -a `find repos/apache-mynewt-core/hw/bsp/* -maxdepth 0 -type d`)
IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native-armv7 native-mips\
IGNORED_BSPS="dialog_cmac embarc_emsk hifive1 native-armv7\
olimex-pic32-emz64 olimex-pic32-hmz144 pic32mx470_6lp_clicker\
pic32mz2048_wi-fire"

Expand Down
4 changes: 2 additions & 2 deletions .github/test_build_bootloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
EXIT_CODE=0

BSPS=$(basename -a `find repos/apache-mynewt-core/hw/bsp/* -maxdepth 0 -type d`)
IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native native-armv7\
native-mips nucleo-f030r8 nucleo-f072rb\
IGNORED_BSPS="dialog_cmac embarc_emsk hifive1 native native-armv7\
nucleo-f030r8 nucleo-f072rb\
nucleo-f303k8\
olimex-p103 olimex-pic32-emz64 olimex-pic32-hmz144\
pic32mx470_6lp_clicker pic32mz2048_wi-fire usbmkw41z\
Expand Down
6 changes: 0 additions & 6 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,6 @@ net/oic/src/messaging/coap
# FATFS ChaN License (BSD 1-clause alike)
fs/fatfs

# Imagination Technologies - BSD License
hw/bsp/ci40/src/arch/mips/abiflags.S

# Cygnus Support - MIT like License
hw/bsp/ci40/src/arch/mips/gcc_startup_mips.S

# HiFive1 - Apache License 2.0
hw/mcu/sifive/src/ext/freedom-e-sdk_3235929

Expand Down
13 changes: 0 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -523,14 +523,6 @@ This product bundles part of NXP frdm-k64f, which is available under the
* hw/bsp/frdm-k64f/src/clock_config.h
* hw/bsp/frdm-k64f/src/arch/cortex_m4/startup_MK64F12.S

This product bundles part of mips architecture and ci40, which is available
under the "3-clause BSD" license. Bundled files are:
* kernel/os/src/arch/mips/asm/ctx.S
* kernel/os/src/arch/mips/asm/excpt_isr.S
* hw/bsp/ci40/uhi32.ld
* hw/bsp/ci40/src/arch/mips/abiflags.S
* hw/bsp/ci40/src/arch/mips/gcc_startup_mips.S

This product bundles parts of the Generic SX1276 driver from Semtech, which
is available under the "3-clause BSD" license. For details, see:
* apps/loraping/src/main.c
Expand Down Expand Up @@ -581,11 +573,6 @@ Inc., which is available under the "3-clause BSD" license. Bundled files are:
* hw/mcu/microchip/pic32mz/p32mz_app.ld
* hw/mcu/microchip/pic32mz/p32mz_boot.ld

This product bundles MIPS processor low-level macros by Imagination
Technologies Limited, which is available under the "3-clause BSD" license.
Bundled files are included inside:
* hw/mips-hal/src/arch/mips

This product bundles parts of LoRaWAN endpoint stack by Semtech, which is
available under the "3-clause BSD" license. For details, see:
* net/lora/node/
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ It currently supports the following hardware platforms:
* NINA-B1 BLE module from u-blox (Cortex-M4)
* 6LoWPAN clicker from MikroElectronika (PIC32MX470 microcontroller)
* chipKIT Wi-FIRE (PIC32MZ microcontroller)
* Creator Ci40 module (dual MIPS interAptiv CPU)
* EE-02 board with Semtech Sx1276 chip from Telenor (Cortex-M4)
* DA1469x Pro DK from Dialog Semiconductor (Cortex-M33)
* nRF5340 DK from Nordic Semiconductor (Cortex-M33)
Expand Down
36 changes: 0 additions & 36 deletions compiler/mips/compiler.yml

This file was deleted.

28 changes: 0 additions & 28 deletions compiler/mips/pkg.yml

This file was deleted.

38 changes: 0 additions & 38 deletions compiler/sim-mips/compiler.yml

This file was deleted.

29 changes: 0 additions & 29 deletions compiler/sim-mips/pkg.yml

This file was deleted.

58 changes: 0 additions & 58 deletions hw/bsp/ci40/bsp.yml

This file was deleted.

52 changes: 0 additions & 52 deletions hw/bsp/ci40/include/bsp/bsp.h

This file was deleted.

43 changes: 0 additions & 43 deletions hw/bsp/ci40/pkg.yml

This file was deleted.

Loading
Loading