Skip to content

Instantly share code, notes, and snippets.

View master-q's full-sized avatar
🌴
On vacation

Kiwamu Okabe master-q

🌴
On vacation
View GitHub Profile
Function = chx_fatal
return type: void
uint32_t err_code
-> Error code
Description:
-> When it detects a coding error, this function will be called to
stop further execution of code. It never returns.
Function = chopstx_create
@master-q
master-q / 00index.md
Last active August 29, 2015 14:08
自家製CPUが動くのにどの程度のFPGAが必要なのか?
@master-q
master-q / heroku_logs.log
Created November 11, 2014 06:47
heroku logs --app metasepi-gitit
$ heroku logs --app metasepi-gitit
2014-11-11T06:19:42.464476+00:00 app[web.1]: create mode 100644 templates/footer.st
2014-11-11T06:19:42.487955+00:00 app[web.1]: Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts.
2014-11-11T06:19:42.464471+00:00 app[web.1]: create mode 100644 "Gitit User\342\200\231s Guide.page"
2014-11-11T06:19:42.464473+00:00 app[web.1]: create mode 100644 static/css/custom.css
2014-11-11T06:19:43.009628+00:00 app[web.1]: To git@github.com:metasepi/metasepi-gitit.git
2014-11-11T06:19:43.017127+00:00 app[web.1]: Branch master set up to track remote branch master from origin.
2014-11-11T06:19:43.009639+00:00 app[web.1]: * [new branch] master -> master
2014-11-11T06:19:43.018679+00:00 app[web.1]: /app/.profile.d/gitit.sh: line 103: 100 Terminated gitit -f '/app/gitit.conf'
2014-11-11T06:19:53.389847+00:00 heroku[router]: at=info method=GET path="/" host=metasepi-gitit.herokuapp.com request_id=506f9ad5-fc5b-4d42-9c77-4b027042dbb5 f
@master-q
master-q / 00reproduce.md
Last active August 29, 2015 14:09
Gitit on heroku can't use custom domain? => The issue is closed.
@master-q
master-q / ATS_watch.md
Last active August 29, 2015 14:09
腕時計を改造してATS組み込みするには(もしくは8051について)
@master-q
master-q / hardware.md
Created November 30, 2014 09:12
電子手帳を改造してPDAを作る
@master-q
master-q / hardware.md
Last active August 29, 2015 14:10
ギターエフェクタを自作するには
@master-q
master-q / club.md
Last active August 29, 2015 14:11
自作ロケットを飛ばす
@master-q
master-q / ubuntu14_on_virtualbox.md
Last active August 29, 2015 14:11
Can Mac OS X use USB host for OpenOCD?

Setup

Do not use USB 2.0.

$ sudo apt-get install libhidapi-dev
$ sudo apt-get build-dep openocd
$ git clone git://git.code.sf.net/p/openocd/code openocd-code
$ cd openocd
$ ./bootstrap