A DAPLink programmer connecting to an NRF52840 board via SWDIO+SWCLK+SRST (naturally also VCC and GND).
OpenOCD config:
# Copyright 2024 Google LLC.
# SPDX-License-Identifier: Apache-2.0| import os | |
| import snappy | |
| from snappy import GPF | |
| from snappy import ProductIO | |
| from snappy import HashMap | |
| from snappy import jpy | |
| import subprocess | |
| from time import * | |
| # documentation: http://step.esa.int/docs/v2.0/apidoc/engine/overview-summary.html |
| Date: | 08/28 2017 |
|---|
手动访问 https://www.interactivebrokers.com.hk/cn/software/glossary/glossary_Left.htm , 复制出 内嵌网页的目录 HTML 标记代码,并保存为 raw.html 即可.
| // See comments below. | |
| // This code sample and justification brought to you by | |
| // Isaac Z. Schlueter, aka isaacs | |
| // standard style | |
| var a = "ape", | |
| b = "bat", | |
| c = "cat", | |
| d = "dog", |
| var pubsub = {}; | |
| (function(q) { | |
| var topics = {}, subUid = -1; | |
| q.subscribe = function(topic, func) { | |
| if (!topics[topic]) { | |
| topics[topic] = []; | |
| } | |
| var token = (++subUid).toString(); | |
| topics[topic].push({ | |
| token: token, |
| /* | |
| MIT License | |
| Copyright (c) 2025 orca / thennothinghappened | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |