This file contains 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
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' | |
Build target 'midi_sequencer' | |
compiling main.c... | |
../Src/sequencer.h(19): error: #94-D: the size of an array must be greater than zero | |
seq_param[PARAM_LEN] = SEQ_MAXLEN; | |
../Src/sequencer.h(19): error: #77-D: this declaration has no storage class or type specifier | |
seq_param[PARAM_LEN] = SEQ_MAXLEN; | |
../Src/sequencer.h(19): error: #147: declaration is incompatible with "int8_t seq_param[2]" (declared at line 18) | |
seq_param[PARAM_LEN] = SEQ_MAXLEN; | |
../Src/sequencer.h(19): warning: #520-D: initialization with "{...}" expected for aggregate object |
This file contains 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
#ifndef __PORT_EXPANDER_ | |
#define __PORT_EXPANDER_ | |
#include <xil_types.h> | |
#include "common.h" | |
/// Perform all necessary setup of the underlying I2C peripheral and port expander. | |
void pe_setup(u16 device_id, u32 bus_clock_hz); | |
/// Sets given GPIO pin state. |
This file contains 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
/****************************************************************************** | |
* | |
* Copyright (C) 2010 - 2019 Xilinx, Inc. All rights reserved. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is | |
* furnished to do so, subject to the following conditions: |
This file contains 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
Starting SWO trace ... | |
Timestamp packet: tc=0 ts=1 | |
0.0000000625 | |
Timestamp packet: tc=0 ts=743980 | |
0.0464988125 | |
Exited ExternalInterrupt(44) | |
Timestamp packet: tc=0 ts=22 | |
0.0465001875 | |
Returned ExternalInterrupt(256) | |
Timestamp packet: tc=0 ts=1 |
This file contains 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
#![no_std] | |
#![no_main] | |
extern crate panic_halt; | |
use cortex_m_rt::entry; | |
use stm32f4::stm32f407::{self, interrupt}; | |
#[entry] | |
fn start() -> ! { |
This file contains 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
server { | |
listen 80; | |
listen 443 ssl; | |
server_name www.name.com; | |
return 301 $scheme://name.com$request_uri; | |
} |
This file contains 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
#![no_std] | |
#![no_main] | |
//use panic_halt as _; | |
use panic_rtt_target as _; | |
use rtt_target::rprintln; | |
use rtt_target::rtt_init_default; | |
#[cortex_m_rt::entry] | |
fn main() -> ! { |
This file contains 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
public class ResolveFieldContext<TSource> | |
{ | |
public ResolveFieldContext(); | |
public ResolveFieldContext(ResolveFieldContext context); | |
public ExecutionErrors Errors { get; set; } | |
public Metrics Metrics { get; set; } | |
public CancellationToken CancellationToken { get; set; } | |
public Variables Variables { get; set; } | |
public Fragments Fragments { get; set; } |
This file contains 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
atekii@arcturo:~/repos/technokrat/website$ scripts/resize_images.sh | |
find: warning: unrecognized escape `\/' | |
/home/yatekii/repos/technokrat/website/image_originals/office.jpg JPEG 4096x1260=>1024x315 1024x315+0+0 8-bit sRGB 135554B 0.370u 0:00.040 | |
/home/yatekii/repos/technokrat/website/image_originals/dm.jpg JPEG 500x500=>683x683 683x683+0+0 8-bit sRGB 78824B 0.100u 0:00.010 | |
/home/yatekii/repos/technokrat/website/image_originals/lora_on_fire.jpg JPEG 1137x853=>910x683 910x683+0+0 8-bit sRGB 137233B 0.210u 0:00.019 | |
/home/yatekii/repos/technokrat/website/image_originals/permasense.jpg JPEG 1528x1014=>1024x680 1024x680+0+0 8-bit sRGB 171841B 0.340u 0:00.039 | |
/home/yatekii/repos/technokrat/website/image_originals/am.jpg JPEG 500x500=>683x683 683x683+0+0 8-bit sRGB 65637B 0.090u 0:00.010 | |
/home/yatekii/repos/technokrat/website/image_originals/lab2.jpg JPEG 2048x1365=>1024x683 1024x683+0+0 8-bit sRGB 612880B 0.340u 0:00.039 | |
/home/yatekii/repos/technokrat/website/image_originals/pcb_design.jpg JPEG 1920x1280=>1024x683 |
This file contains 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
[16:38:41] <IceMichael> Yatekii: wie siehst du das eigentlich damit, dass RefCell quasi wie ein unique_ptr in C++ ist? hast vorhin gar nicht geantwortet :D | |
[17:08:08] <IceMichael> tja und auch jetzt kommt nix, na dann | |
[18:34:58] <bashquest> is nix wo kommit nix | |
[19:43:04] *** Mode #sppro +o Nimelrian by ChanServ | |
[20:49:36] <Yatekii> IceMichael: wow du hast vieleicht ne geduld ... | |
[20:50:21] <Yatekii> 1. bin ich nicht gut in C++ 2. sagt das quasi schon alles 3. hast du mich zumindest das letzte mal nicht highlighted. ich kann nich alles überall lesen ... | |
[20:51:23] <Yatekii> hmm xq nächste frage ofc ... weisst du wie ich in nem selber zusammengesetzten expression tree auf ne variable in nem namespace, z.B. Math.PI zugreifen kann? mit funktionen ist das lustigerweise iwie easy. mit variablen scheint mir das nciht so :/ | |
[20:51:41] <Yatekii> ohwow, doch ich wurde von xq gehighlighted | |
[20:51:46] <Yatekii> mea culpa, will read | |
[20:52:00] <Yatekii> kp hab' das hochlicht nicht gekriegt/gesehen :/ sorry |
NewerOlder