This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mw-panel { | |
position: absolute !important; | |
left: -9.5em !important; | |
background: white !important; | |
border: solid #ddd 1px !important; | |
} | |
#mw-panel:hover { | |
left: 0em !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I: h=h1+h2+d; | |
II: b=b1+b2+b3+b4; | |
III: b4=d/w; | |
IV: h2=a*b2/t; | |
V: b1/cp=2*h1/b2; | |
VI: b3=2*h1/w; | |
VII: t^2=b2^2+4*h1^2; | |
VIII: cp+d=c; | |
/* this dies */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I: h = a*sin(gamma) + d + hp; | |
II: b1/cp = hp/b2; | |
III: hp^2+b2^2=t^2; | |
IV: tan(beta) = hp/b3; | |
V: tan(beta) = d/b4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(%i2) I:h = hp+d+a*sin(gamma) | |
(%o2) h = a sin(gamma) + hp + d | |
(%i3) II:b1/cp = hp/b2 | |
b1 hp | |
(%o3) -- = -- | |
cp b2 | |
(%i4) III:b2^2+hp^2 = t^2 | |
2 2 2 | |
(%o4) hp + b2 = t | |
(%i5) IV:tan(beta) = hp/b3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define i32 @foo(i32 %a, i32 %b) { | |
%a1 = alloca i32 | |
store i32 %a, i32* %a1 | |
%b2 = alloca i32 | |
store i32 %b, i32* %b2 | |
%1 = load i32* %a1 | |
%2 = load i32* %b2 | |
%3 = add i32 %1, %2 | |
%c3 = alloca i32 | |
store i32 %3, i32* %c3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/../lib/gcc/arm-none-eabi/4.9.3/collect2 -plugin /usr/bin/../lib/gcc/arm-none-eabi/4.9.3/liblto_plugin.so -p | |
lugin-opt=/usr/bin/../lib/gcc/arm-none-eabi/4.9.3/lto-wrapper -plugin-opt=-fresolution=/tmp/ccH8T8c8.res -plugin-opt= | |
-pass-through=-lgcc -plugin-opt=-pass-through=-lplatform -plugin-opt=-pass-through=-lg -plugin-opt=-pass-through=-lc | |
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lplatform -plugin-opt=-pass- | |
through=-lnosys --sysroot=/usr/bin/../arm-none-eabi -X -o master.elf /usr/bin/../lib/gcc/arm-none-eabi/4.9.3/armv7e-m | |
/fpu/crti.o /usr/bin/../lib/gcc/arm-none-eabi/4.9.3/armv7e-m/fpu/crtbegin.o /usr/bin/../lib/gcc/arm-none-eabi/4.9.3/. | |
./../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o -L../platform/wunderbar -L/usr/bin/../lib/gcc/arm-none-eabi/4.9.3/ar | |
mv7e-m/fpu -L/usr/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/armv7e-m/fpu -L/usr/bin/../arm-non | |
e-eabi/lib/armv7e-m/fpu -L/usr/bin/../lib/gcc/arm-none-eabi/4.9.3 -L/usr/bin/../ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/arm-none-eabi-g++ -v -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -fno-rtti -fno-exceptions -mabi=aapcs -ffunction-sections -fdata-sections -fno-builtin -Wno-main -std=gnu++11 -Wall -Werror -ffunction-sections -fdata-sections -g -Wl,--gc-sections -fwhole-program -specs=nosys.specs -lgcc -Xlinker --defsym=__ram_vector_table__=1 -Wl,--whole-archive ../contrib/libksdk.a -Wl,--no-whole-archive -Wl,-T,/home/corecode/relayr/master-firmware/contrib/ksdk/MK24FN1M0xxx12_flash.ld -Xlinker --defsym=__heap_size__=0x30000 -Xlinker --defsym=__stack_size__=0x2000 -L../platform/wunderbar -specs=/home/corecode/relayr/master-firmware/platform/wunderbar/platform-syscalls.specs -Wl,-Map=master.map CMakeFiles/master.dir/main-wunderbar.cc.obj CMakeFiles/master.dir/config-wunderbar.cc.obj -o master.elf libapp.a ../contrib/libpaho.a ../platform/wunderbar/libplatform.a ../contrib/libksdk.a ../contrib/Segger_RTT/librtt.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Function crit_exit (crit_exit.4153, funcdef_no=7, decl_uid=4153, cgraph_uid=57) | |
crit_exit () | |
{ | |
int crit_nest.3; | |
int crit_nest.2; | |
<bb 2>: | |
crit_nest.2_2 = crit_nest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern int __attribute__((section(".data.foo"))) x; | |
int __attribute__((section(".text.foo"))) foo(int); | |
int __attribute__((section(".text.bar"), noinline)) bar(int y) { | |
return foo(x + y); | |
} | |
extern "C" void _start(void) { | |
volatile int i; | |
volatile int v = bar(i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arm-none-eabi-gcc -DSHORT_ISR -fplan9-extensions -ggdb3 -ffunction-sections -fdata-sections -Os -Wall -Wno-main -Wsha | |
dow -mcpu=cortex-m0 -msoft-float -mthumb -ffunction-sections -fdata-sections -fno-builtin -fstrict-volatile-bitfields | |
-flto -fno-use-linker-plugin -std=gnu11 -I/home/corecode/devel/electronics/mchck/mchck/src/board/simple-swd-adapter | |
-I/home/corecode/devel/electronics/mchck/mchck/src/soc/kinetis/MKL26Z4 -I/home/corecode/devel/electronics/mchck/mchck | |
/src/soc/kinetis -I/home/corecode/devel/electronics/mchck/mchck/src/soc/cortex-m -I/home/corecode/devel/electronics/m | |
chck/mchck/src/include -I/home/corecode/devel/electronics/mchck/mchck/src -c -o main-kinetis.o main-kinetis.c | |
/home/corecode/devel/electronics/mchck/mchck/build/scripts/linkdep -o main-kinetis.linkdep main-kinetis.o |