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 -o proximity.elf -I. -I.. -I/home/corecode/relayr/module-firmware/nrf51-sdk/relayr/include -I/home/corecode/relayr/module-firmware/nrf51-sdk/nrf51822/Include/. -I/home/corecode/relayr/module-firmware/nrf51-sdk/nrf51822/Include/gcc -I/home/corecode/relayr/module-firmware/nrf51-sdk/nrf51822/Include/sd_common -I/home/corecode/relayr/module-firmware/nrf51-sdk/nrf51822/Include/app_common -I/home/corecode/relayr/module-firmware/nrf51-sdk/nrf51822/Include/s110 -mcpu=cortex-m0 -mfloat-abi=soft -mthumb -mabi=aapcs -ffunction-sections -fdata-sections -fno-builtin -fplan9-extensions -std=gnu11 -Wall -Wno-main -g -Wl,--gc-sections -fwhole-program --specs=nano.specs --verbose -Wl,-Map=proximity.map -Wl,-L/home/corecode/relayr/module-firmware/nrf51-sdk/nrf51822/Source/templates/gcc -Wl,-T,gcc_nrf51_s110_xxaa.ld proximity.o simble.o indicator.o onboard-led.o twi_hw_master.o gcc_startup_nrf51.o system_nrf51.o | |
Using built-in s |
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
package main; | |
import ( | |
"fmt" | |
"flag" | |
"code.google.com/p/go-imap/go1/imap" | |
"github.com/vharitonsky/iniflags" | |
) | |
func main() { |
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
Debugger entered--Lisp error: (wrong-type-argument listp ido-file-history) | |
savehist-save(t) | |
savehist-autosave() | |
apply(savehist-autosave nil) | |
byte-code("r\301\302H\303H\"\210)\301\207" [timer apply 5 6] 4) | |
timer-event-handler([t 21578 17048 253951 300 savehist-autosave nil nil 864340]) | |
read-from-minibuffer("Find file: ~/relayr/lib-nrf51-sd-serialize/nrf51-s120/include/" nil (keymap keymap (24 keymap (23 . ido-copy-current-file-name)) (27 keymap (108 . ido-toggle-literal)) (23 . ido-delete-backward-updir) (15 . ido-copy-current-word) (11 . ido-delete-file-at-head) keymap (27 keymap (115 . ido-merge-work-directories) (112 . ido-prev-work-directory) (15 . ido-next-work-file) (111 . ido-prev-work-file) (110 . ido-next-work-directory) (109 . ido-make-directory) (107 . ido-forget-work-directory) (102 . ido-wide-find-file-or-pop-dir) (118 . ido-push-dir-first) (98 . ido-push-dir) (100 . ido-wide-find-dir-or-delete-dir)) (12 . ido-reread-directory) (C-backspace . ido-up-directory) (remap keymap (backward |
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
<gerber> = (command <newline>)*; | |
<command> = (<'%'> command-content <'%'>) | command-content; | |
<command-content> = (func | parameter) <'*'>; | |
(* <trivial> = #'(?s).*'; *) (* 10 ms *) | |
(* <trivial> = #'(?>\r|\n|%[^%]++%|[^*%\r\n][^*]*+[*])++'; *) (* 10 ms *) | |
(* <trivial> = #'(?>\r|\n|%[^%]++%|[^*%\r\n][^*]*+[*])'+; *) (* 160 ms *) | |
<func> = operation-func | mode-func; | |
<operation-func> = coord-func (* interpolate | move | flash *) | mode-interpolate | eof; |
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
<gerber> = gerber-content eof newline; | |
<gerber-content> = (command newline)*; | |
<command> = (<'%'> command-content <'%'>) | command-content; | |
<command-content> = (func | parameter) <'*'>; | |
<func> = operation-func | mode-func; | |
<operation-func> = interpolate | move | flash | mode-interpolate; | |
<mode-func> = apperture | comment | region | quadrant; | |
interpolate = coordinate <'D01' | 'D1'>; |
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
struct temp_ctx { | |
struct service_desc; | |
struct char_desc temp; | |
}; | |
static void | |
ble_srv_temp_init(struct temp_ctx *ctx) | |
{ |
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
(defpart nrf51822qf () | |
(defport vdd) | |
(defport vssnn) | |
(defport dcc) | |
(defport p0.30) | |
(defport p0.00 aref0) | |
(defport p0.01 ain2) | |
(defport p0.02 ain3) | |
(defport p0.03 ain4) | |
(defport p0.04 ain5) |
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
(defpart nrf51822qf () | |
(defport vdd) | |
(defport vssnn) | |
(defport dcc) | |
(defport p0.30) | |
(defport p0.00 aref0) | |
(defport p0.01 ain2) | |
(defport p0.02 ain3) | |
(defport p0.03 ain4) | |
(defport p0.04 ain5) |
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
#include <stdio.h> | |
int | |
result(void) | |
{ | |
int a, b, c; | |
a = b = c = 1; | |
for (;;) { | |
if (a * a * a + b * b * b == c * c * c) |
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
#include <stdio.h> | |
int | |
result(void) | |
{ | |
int a, b, c; | |
a = b = c = 1; | |
for (;;) { | |
if (a * a * a + b * b * b == c * c * c) |