【期間限定特別価格】A.I.VOICE 紲星あかり 初回製造限定アクスタ付き パッケージ版を購入しました! https://aivoice.thebase.in/items/55153536 #BASEec @AIVOICE_PRより
【期間限定特別価格】A.I.VOICE 紲星あかり 初回製造限定アクスタ付き パッケージ版を購入しました! https://aivoice.thebase.in/items/55153536 #BASEec @AIVOICE_PRより
一応、ちゃんと試す
~ $ echo ABCDE | od -tx1
0000000 41 42 43 44 45 0a
0000006
~ $ echo ABCDE | iconv -f ASCII -t UTF-16 | od -tx1
0000000 fe ff 00 41 00 42 00 43 00 44 00 45 00 0a
0000016
https://ja.wikipedia.org/wiki/UTF-16
> また、UTF-8と違いASCII互換ではない。
【数量限定特別版】A.I.VOICE Kotonoha Akane&Aoi English | 「A.I.VOICE」 Official shop https://aivoice.thebase.in/items/55154767 #BASEec @AIVOICE_PRより
本当は母艦からVM周りは追い出してサーバーに収容したいんだけど、そのレベルのプラットフォームが出来上がるのはいつになることやら……
while read line; do
offset=$(echo $line | cut -d\ -f1)
register=$(echo $line | cut -d\ -f2)
comment=$(echo $line | cut -d\ -f3-)
printf "// %s\n#define RP2040_SIO_%-19s ((volatile uint32_t *)(RP2040_SIO_BASE + %s))\n\n" "$comment" "$register" "$offset"
done < table