• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

テスト用のあれこれ共用フォルダ


Commit MetaInfo

Revisãoafdbdfcb0f7be43dfd474a132fb71bf685216f4d (tree)
Hora2020-12-27 13:47:04
Autortakemasa <suikan@user...>
Commitertakemasa

Mensagem de Log

Update to Ubuntu 20.04

Mudança Sumário

Diff

--- a/management/installation/install-essentials
+++ b/management/installation/install-essentials
@@ -2,7 +2,7 @@
22
33 sudo apt-get update
44 sudo apt-get upgrade -yV
5-sudo apt-get install -yV doxygen doxygen-gui graphviz python3 chromium-browser gkermit git git-flow chromium-browser gnome-tweaks
5+sudo apt-get install -yV doxygen doxygen-gui graphviz python3 chromium-browser gkermit git git-flow chromium-browser gnome-tweaks picocom
66
77 # compatibility set up for Altera Quartus
88 sudo dpkg --add-architecture i386
--- a/management/installation/install-kicad
+++ b/management/installation/install-kicad
@@ -6,5 +6,5 @@
66
77 sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
88 sudo apt update
9-sudo apt install --install-suggests kicad
9+sudo apt -y install --install-recommends kicad
1010
--- a/script/terminal
+++ b/script/terminal
@@ -1,9 +1,10 @@
11 #!/bin/bash
22
33 if [ -e "/dev/stlink_console" ]; then
4- ./kermit_stlink
4+# ./kermit_stlink
5+picocom -b 115200 --imap lfcrlf /dev/stlink_console
56 elif [ -e "/dev/stlinkv2_console" ]; then
6- ./kermit_stlinkv2
7+picocom -b 115200 --imap lfcrlf /dev/stlinkv2_console
78 elif [ -e "/dev/ttyACM0" ]; then
89 ./kermit_acm0
910 else