mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Pinecilv2 adc v2 (#1916)
Some checks are pending
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_readme (push) Waiting to run
Some checks are pending
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_readme (push) Waiting to run
* Updated NTC lookup * remove float compute from adc (as we dont use it) * Updated adc settings * Updated ADC Init * Custom max temp lookup * Mask Timer around changing timer rate * Use timer channels in sane order * Update IRQ.cpp * Remove ADC dummy wait on start/stop * Dont use ADC IRQ * Disable sampling delay * Update Setup.cpp * PinecilV2 disable ROM driver utils Always use our source * Force settings upgrade on PinecilV2 Fix forced settings upgrade on Pinecilv2 * Prevent ADC rollover * Update Setup.cpp * ADC cleanup * Rollover prevention * Measure tip temperature 2nd * Rebase Buffalo SDK to 1.4.5 (#1923) * Update bl702_adc.c * Update board.c * . * Update bl702_adc.c * Import updated hal_drv * Remove accidental dupe of stack in linker * First pass update BLE stack * Update ReleaseNotes * Update push.yml * Drop BT Audio which we dont use * . * Reformat * Update conn.c * Update hog.c
This commit is contained in:
@@ -224,7 +224,7 @@ CPUFLAGS=-march=rv32imafczicsr \
|
||||
-DARCH_RISCV \
|
||||
-D__RISCV_FEATURE_MVE=0 \
|
||||
-DBL702 \
|
||||
-DBFLB_USE_ROM_DRIVER=1 \
|
||||
-DBFLB_USE_ROM_DRIVER=0 \
|
||||
|
||||
# Binary blobs suck and they should be ashamed
|
||||
PINECILV2_SDK_DIR=$(DEVICE_BSP_DIR)/bl_mcu_sdk
|
||||
@@ -249,7 +249,7 @@ DEV_GLOBAL_DEFS=-DCFG_FREERTOS \
|
||||
-DCFG_BLE \
|
||||
-DOPTIMIZE_DATA_EVT_FLOW_FROM_CONTROLLER \
|
||||
-DBL_MCU_SDK \
|
||||
-DCFG_CON=2 \
|
||||
-DCFG_CON=1 \
|
||||
-DCFG_BLE_TX_BUFF_DATA=2 \
|
||||
-DCONFIG_BT_PERIPHERAL \
|
||||
-DCONFIG_BT_L2CAP_DYNAMIC_CHANNEL \
|
||||
@@ -273,14 +273,14 @@ DEV_GLOBAL_DEFS=-DCFG_FREERTOS \
|
||||
-DCONFIG_BT_SETTINGS_CCC_LAZY_LOADING \
|
||||
-DCONFIG_BT_SETTINGS_USE_PRINTK \
|
||||
-DCFG_SLEEP \
|
||||
-DCONFIG_BT_ALLROLES \
|
||||
-DCONFIG_BT_CENTRAL \
|
||||
-DCONFIG_BT_OBSERVER \
|
||||
-DCONFIG_BT_BROADCASTER \
|
||||
-DCFG_BLE_STACK_DBG_PRINT \
|
||||
-DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler \
|
||||
-DCONFIG_BT_DEVICE_NAME=\"Pinecil\" \
|
||||
-DCONFIG_BT_DEVICE_APPEARANCE=0x06C1
|
||||
# -DCFG_BLE_STACK_DBG_PRINT \
|
||||
# -DCONFIG_BT_CENTRAL \
|
||||
# -DCONFIG_BT_ALLROLES \
|
||||
# -DBFLB_USE_HAL_DRIVER \
|
||||
# -DCONFIG_BT_SMP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user