Skip to content

Instantly share code, notes, and snippets.

View therealprof's full-sized avatar
😅
Alive and hacking!

Daniel Egger therealprof

😅
Alive and hacking!
View GitHub Profile
�2023-12-28T14:20:24.683910Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.696874Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.700821Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.701086Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.706951Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.720061Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.721161Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.721872Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.729533Z DEBUG reqwest::connect: starting new connection: http://es:9200/
�2023-12-28T14:20:24.746604Z DEBUG reqwest::connect: starting new connection: http://es:9200/
#![no_main]
#![no_std]
use panic_rtt_core::{self, rtt_init_print};
use stm32f4xx_hal as hal;
use crate::hal::{
fsmc_lcd::{ChipSelect3, FsmcLcd, LcdPins, Timing},
gpio::Speed,
use crate::hal::gpio::{self, Alternate, Floating, Input, Speed, AF12};
pub use display_interface::{DisplayError, WriteOnlyDataCommand};
#[allow(dead_code)]
pub struct FSMC16BitInterface {
p0: gpio::gpiod::PD14<Alternate<AF12>>,
p1: gpio::gpiod::PD15<Alternate<AF12>>,
p2: gpio::gpiod::PD0<Alternate<AF12>>,
p3: gpio::gpiod::PD1<Alternate<AF12>>,
In archive bin/thumbv6m-none-eabi.a:
bin/thumbv6m-none-eabi.o: file format elf32-littlearm
Disassembly of section .text.__bkpt:
00000000 <__bkpt>:
0: be00 bkpt 0x0000
2: 4770 bx lr
mcumeter: file format elf32-littlearm
Disassembly of section .text:
080000c0 <embedded_graphics::fonts::text::_$LT$impl$u20$embedded_graphics..drawable..Drawable$LT$C$GT$$u20$for$u20$$RF$embedded_graphics..style..styled..Styled$LT$embedded_graphics..fonts..text..Text$C$embedded_graphics..style..text_style..TextStyle$LT$C$C$F$GT$$GT$$GT$::draw::h4932dd425b45c679>:
80000c0: f0 b5 push {r4, r5, r6, r7, lr}
80000c2: 03 af add r7, sp, #12
80000c4: 97 b0 sub sp, #92
#[doc = "Reader of register CR1"]
pub type R = crate::R<u32, super::CR1>;
#[doc = "Writer for register CR1"]
pub type W = crate::W<u32, super::CR1>;
#[doc = "Register CR1 `reset()`'s with value 0"]
impl crate::ResetValue for super::CR1 {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
use crate::hal::gpio::{self, Alternate, Floating, Input, Speed, AF12};
pub use display_interface::{DisplayError, WriteOnlyDataCommand};
#[allow(dead_code)]
pub struct FSMC16BitInterface {
p0: gpio::gpiod::PD14<Alternate<AF12>>,
p1: gpio::gpiod::PD15<Alternate<AF12>>,
p2: gpio::gpiod::PD0<Alternate<AF12>>,
p3: gpio::gpiod::PD1<Alternate<AF12>>,
File .text Size Crate Name
0.5% 18.4% 2.5KiB ssd1306_image ssd1306_image::__cortex_m_rt_main
0.2% 8.3% 1.1KiB std <char as core::fmt::Debug>::fmt
0.2% 5.9% 806B std core::str::slice_error_fail
0.2% 5.6% 770B std core::fmt::Formatter::pad
0.1% 4.5% 620B ssd1306 ssd1306::command::Command::send
0.1% 4.4% 606B std core::fmt::num::<impl core::fmt::Debug for usize>::fmt
0.1% 4.4% 602B std core::fmt::Formatter::pad_integral
0.1% 4.0% 554B std <core::fmt::builders::PadAdapter as core::fmt::Write>::write_str
0.1% 4.0% 548B ssd1306 ssd1306::mode::graphics::GraphicsMode<DI>::flush
File .text Size Crate Name
0.5% 17.6% 2.4KiB ssd1306_image ssd1306_image::__cortex_m_rt_main
0.2% 8.1% 1.1KiB std <char as core::fmt::Debug>::fmt
0.2% 5.7% 806B std core::str::slice_error_fail
0.2% 5.5% 770B std core::fmt::Formatter::pad
0.1% 4.4% 620B ssd1306 ssd1306::command::Command::send
0.1% 4.3% 606B std core::fmt::num::<impl core::fmt::Debug for usize>::fmt
0.1% 4.3% 602B std core::fmt::Formatter::pad_integral
0.1% 3.9% 554B std <core::fmt::builders::PadAdapter as core::fmt::Write>::write_str
0.1% 3.9% 548B ssd1306 ssd1306::mode::graphics::GraphicsMode<DI>::flush