Skip to content

Commit

Permalink
Remove BLE module
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpromer committed Dec 29, 2021
1 parent 244c5e6 commit dc15e14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ports/esp32/boards/Rapbit32/mpconfigboard.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set(SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.ble
boards/sdkconfig.240mhz
boards/sdkconfig.spiram
boards/Rapbit32/sdkconfig.board
)

if(NOT MICROPY_FROZEN_MANIFEST)
Expand Down
5 changes: 4 additions & 1 deletion ports/esp32/boards/Rapbit32/mpconfigboard.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#define MICROPY_HW_BOARD_NAME "Rapbit32(XA)"
#define MICROPY_HW_MCU_NAME "ESP32"
#define MICROPY_HW_BOARD_RAPBIT32 1
#define MICROPY_HW_BOARD_RAPBIT32 1

#define MICROPY_PY_BLUETOOTH (0)
#define MICROPY_PY_NETWORK_WLAN (0)
5 changes: 0 additions & 5 deletions ports/esp32/boards/Rapbit32/mpconfigboard.mk

This file was deleted.

3 changes: 3 additions & 0 deletions ports/esp32/boards/Rapbit32/sdkconfig.board
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_BT_ENABLED=n
CONFIG_ETH_ENABLED=n
CONFIG_LWIP_LOCAL_HOSTNAME="Rapbit32"

0 comments on commit dc15e14

Please sign in to comment.