[GitHub] [mynewt-core] kasjer commented on a change in pull request #2639: hw/bsp/dwm1001-dev Add LIS2DH12 accelerometer support

2021-07-26 Thread GitBox
kasjer commented on a change in pull request #2639: URL: https://github.com/apache/mynewt-core/pull/2639#discussion_r676888481 ## File path: hw/bsp/dwm1001-dev/pkg.yml ## @@ -41,3 +41,9 @@ pkg.deps.SOFT_PWM: pkg.deps.UARTBB_0: -

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2639: hw/bsp/dwm1001-dev Add LIS2DH12 accelerometer support

2021-07-26 Thread GitBox
kasjer commented on a change in pull request #2639: URL: https://github.com/apache/mynewt-core/pull/2639#discussion_r676875853 ## File path: hw/bsp/dwm1001-dev/src/hal_bsp.c ## @@ -93,6 +118,47 @@ hal_bsp_get_nvic_priority(int irq_num, uint32_t pri) return cfg_pri; }