File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
TARGET_NORDIC/TARGET_MCU_NRF51822 Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ #if DEVICE_USTICKER
16
18
#include <stddef.h>
17
19
#include <stdbool.h>
18
20
#include "us_ticker_api.h"
@@ -613,3 +615,4 @@ uint32_t os_tick_val(void) {
613
615
return clock_cycles_by_tick - ((current_counter - next_tick_cc_value ) % clock_cycles_by_tick );
614
616
}
615
617
}
618
+ #endif // DEVICE_USTICKER
Original file line number Diff line number Diff line change 5043
5043
" SERIAL" ,
5044
5044
" SLEEP" ,
5045
5045
" SPI" ,
5046
- " SPISLAVE"
5047
- ]
5046
+ " SPISLAVE" ,
5047
+ " USTICKER"
5048
+ ],
5049
+ "overrides" : {
5050
+ "tickless-from-us-ticker" : true ,
5051
+ "boot-stack-size" : " 0x400"
5052
+ }
5048
5053
},
5049
5054
"MCU_NRF51_16K_BASE" : {
5050
5055
"inherits" : [" MCU_NRF51" ],
You can’t perform that action at this time.
0 commit comments