Skip to content

Commit

Permalink
[s1-lite bsp] minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
JcZou committed Dec 6, 2024
1 parent 7f965c0 commit 5f33efb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions target/sieon/s1_lite/board/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@
#include <string.h>

#include "board_device.h"
#include "driver/barometer/ms5611.h"
#include "driver/barometer/spl06.h"
#include "driver/gps/gps_ubx.h"
#include "driver/imu/bmi088.h"
#include "driver/imu/icm42688p.h"
#include "driver/mag/bmm150.h"
#include "driver/mag/qmc5883l.h"
#include "driver/mtd/w25qxx.h"
#include "drv_fdcan.h"
#include "drv_gpio.h"
#include "drv_i2c.h"
Expand Down Expand Up @@ -362,7 +360,6 @@ void bsp_initialize(void)

/* init storage devices */
RT_CHECK(drv_sdio_init());
// RT_CHECK(drv_w25qxx_init("spi5_dev1", "mtdblk0"));
/* init file system */
FMT_CHECK(file_manager_init(mnt_table));

Expand Down
6 changes: 0 additions & 6 deletions target/sieon/s1_lite/config/driver.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Modify this file to decide which drivers are compiled

DRIVERS = [
# 'imu/icm20649.c',
# 'imu/icm20948.c',
# 'imu/bmi055.c',
'barometer/spl06.c',
'gps/gps_ubx.c',
# 'gps/gps_dronecan.c',
# 'rgb_led/rgb_dronecan.c',
# 'mtd/ramtron.c',
'imu/bmi088.c',
'imu/icm42688p.c',
'mag/bmm150.c',
Expand Down
2 changes: 1 addition & 1 deletion target/sieon/s1_lite/config/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'syscmd/cmd_mcn.c',
'syscmd/cmd_act.c',
'syscmd/cmd_task.c',
# 'syscmd/cmd_mlog.c',
'syscmd/cmd_mlog.c',
'syscmd/cmd_calib.c',
'syscmd/cmd_exec.c',
'syscmd/cmd_delay.c',
Expand Down

0 comments on commit 5f33efb

Please sign in to comment.