[FL-185] Gauge calibration (#391)
* api-hal-power: add design capacity parameter * bq27220: fix control command and initialization * bq27220: add cedv configuration * power: add cedv configuration parameters * bootloader: add only used drivers sources for build * main: init DWT before api-hal Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		| @@ -31,7 +31,7 @@ LDFLAGS			+= -T$(TARGET_DIR)/stm32wb55xx_flash_cm4.ld | ||||
| # Drivers | ||||
| DRIVERS_DIR		= ../lib/drivers | ||||
| CFLAGS			+= -I$(DRIVERS_DIR) | ||||
| C_SOURCES		+= $(wildcard $(DRIVERS_DIR)/*.c) | ||||
| C_SOURCES		+= $(DRIVERS_DIR)/lp5562.c | ||||
|  | ||||
| # API-HAL | ||||
| CFLAGS			+= -I$(TARGET_DIR)/api-hal | ||||
|   | ||||
		Reference in New Issue
	
	Block a user