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 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+
17+ #if DEVICE_USTICKER
1618#include <stddef.h>
1719#include <stdbool.h>
1820#include "us_ticker_api.h"
@@ -613,3 +615,4 @@ uint32_t os_tick_val(void) {
613615 return clock_cycles_by_tick - ((current_counter - next_tick_cc_value ) % clock_cycles_by_tick );
614616 }
615617}
618+ #endif // DEVICE_USTICKER
Original file line number Diff line number Diff line change 72237223 " SERIAL" ,
72247224 " SLEEP" ,
72257225 " SPI" ,
7226- " SPISLAVE"
7227- ]
7226+ " SPISLAVE" ,
7227+ " USTICKER"
7228+ ],
7229+ "overrides" : {
7230+ "tickless-from-us-ticker" : true ,
7231+ "boot-stack-size" : " 0x400"
7232+ }
72287233 },
72297234 "MCU_NRF51_16K_BASE" : {
72307235 "inherits" : [
You can’t perform that action at this time.
0 commit comments