Skip to content

Commit 2bab16b

Browse files
Merge pull request #2790 from ArmDeveloperEcosystem/main
Production update
2 parents e72e989 + f90ce49 commit 2bab16b

379 files changed

Lines changed: 7429 additions & 1385 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/copilot-instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ Voice and Tone:
208208
- Formatting standards: **Bold text** for UI elements (buttons, menu items, field names), *Italic text* for emphasis and new terms, `Code formatting` for file names, commands, code elements.
209209
- Use shortcodes for common pitfalls, warnings, important notes.
210210

211+
### Code fence integrity
212+
213+
- Every fenced code block opened with triple backticks (```) MUST be explicitly closed with matching triple backticks before any non-code content resumes
214+
- Never generate unterminated or partial code fences
215+
- Do not rely on implicit closure, indentation, or surrounding formatting to end a code block
216+
211217
## Arm naming and architecture terms
212218

213219
- Use Arm for the brand in prose (for example, "Arm processors", "Arm servers").

.github/workflows/test-lp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
tmpfile=$(mktemp)
3333
34-
git diff --name-only origin/${{ github.base_ref }}...HEAD |
34+
git diff --name-only --diff-filter=d origin/${{ github.base_ref }}...HEAD |
3535
grep '^content/' |
3636
while read -r path; do
3737
name=$(basename "$path")

.wordlist.txt

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5493,4 +5493,102 @@ preselected
54935493
reconfiguring
54945494
torchscript
54955495
xxxxxx
5496-
Modescope
5496+
Modescope
5497+
5498+
APerf's
5499+
AdamW
5500+
AndroidX
5501+
AssetManager
5502+
BGA
5503+
BatchNormalization
5504+
BoardRenderer
5505+
CVVXMAB
5506+
DigitNet
5507+
EPs
5508+
IC
5509+
ImageFolder
5510+
MAB
5511+
MIMX
5512+
NXP's
5513+
Netron
5514+
ONNX's
5515+
OTP
5516+
Opset
5517+
Opsets
5518+
Otsu
5519+
PGDATA
5520+
PSK
5521+
PrepareData
5522+
PrepareModelForAndroid
5523+
QDQ
5524+
QuantizeModel
5525+
Relu
5526+
RemainAfterExit
5527+
RunSudokuProcessor
5528+
Runlevel
5529+
Runtime's
5530+
SBBM
5531+
SSID
5532+
SSIDs
5533+
ScrollView
5534+
SessionOptions
5535+
SmallNet
5536+
SudokuEngine
5537+
SudokuProcessor
5538+
SudokuSolver
5539+
SudokuSolverOnnx
5540+
TCMalloc
5541+
VVX
5542+
WantedBy
5543+
YOLOv
5544+
accuracies
5545+
acyclic
5546+
androidx
5547+
aug
5548+
bitnami
5549+
claude
5550+
dataloaders
5551+
deployability
5552+
deterministically
5553+
digitnet
5554+
dirs
5555+
drawable
5556+
drawables
5557+
flto
5558+
frdm
5559+
hpa
5560+
httproute
5561+
ifconfig
5562+
initDebug
5563+
interprocedural
5564+
mgmt
5565+
misrecognized
5566+
mlan
5567+
moal
5568+
modprobe
5569+
netdev
5570+
netron
5571+
oneshot
5572+
onnxscript
5573+
opset
5574+
opsets
5575+
picocom
5576+
psk
5577+
pvc
5578+
reimplemented
5579+
scarthgap
5580+
serviceaccount
5581+
silabs
5582+
smallnet
5583+
sourcecode
5584+
ssid
5585+
stepwise
5586+
sudoku
5587+
sudokusolveronnx
5588+
tensor's
5589+
thumbdrive
5590+
ttyLP
5591+
udhcpc
5592+
usb
5593+
vcp
5594+
Aperf's
-27.4 KB
Binary file not shown.
-105 KB
Binary file not shown.
-136 KB
Binary file not shown.
93 KB
Loading
511 KB
Loading
364 KB
Loading
201 KB
Loading

0 commit comments

Comments
 (0)