refactor(gptimer)!: removed the legacy driver

also provide idy.py hints instructions
This commit is contained in:
morris
2025-05-22 13:46:09 +08:00
parent 4a80901841
commit a04df4631e
22 changed files with 57 additions and 2161 deletions

View File

@@ -30,7 +30,6 @@ typedef struct {
uint32_t intr_shared: 1; /*!< Set true, the timer interrupt number can be shared with other peripherals */
uint32_t allow_pd: 1; /*!< If set, driver allows the power domain to be powered off when system enters sleep mode.
This can save power, but at the expense of more RAM being consumed to save register context. */
uint32_t backup_before_sleep: 1; /*!< @deprecated, same meaning as allow_pd */
} flags; /*!< GPTimer config flags*/
} gptimer_config_t;