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
main.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 000001c0 00800200 0000179c 00001830 2**0
CONTENTS, ALLOC, LOAD, DATA
1 .text 0000179c 00000000 00000000 00000094 2**1
CONTENTS, ALLOC, LOAD, READONLY, CODE
2 .bss 00000014 008003c0 008003c0 000019f0 2**0
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 / 00cost.md
Last active August 31, 2016 01:19
PICでATS2プログラミングできないか。Pinguinoおすすめらしい

で、100個作ると。おいくら万円なの?

PIC18F2455 でLチカ on ミニブレッドボード

5.9 + 2 + 50 + 120 + 200 + 340 = 717.9 円

PIC18F2455 でLED55 on PCB

@master-q
master-q / 00cost.md
Last active May 1, 2019 20:22
MSP430を使ってPCBなし直接配線でバッテリを搭載したアプリケーションを作れないか

で、100個作ると。おいくら万円なの?

Lチカ on ミニブレッドボード

5.9 + 2 + 50 + 120 + 113.8 = 291.7円

Lチカ on 片面ユニバーサル基板

5.9 + 2 + 50 + 40 + 113.8 = 211.7円

@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 [email protected]: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について)