タグ

embeddedに関するMonMonMonのブックマーク (17)

  • 2021/11/13 に実施した TinyGo ハンズオンの振り返り - sago35の日記


    2021/11/13  GoConference 2021 Autumn Online  TinyGo  (Workshop)  13:10-14:10  14:20-15:20 25  TinyGo  gocon.connpass.com gocon.jp TinyGo   umeda.go 西 ()  Go GoConference 2021 Autumn Online  kyoto.go  umeda.go 
    2021/11/13 に実施した TinyGo ハンズオンの振り返り - sago35の日記
  • GitHub - cesanta/elk: A low footprint JavaScript engine for embedded systems

    Elk is a tiny embeddable JavaScript engine that implements a small but usable subset of ES6. It is designed for microcontroller development. Instead of writing firmware code entirely in C/C++, Elk allows to add JavaScript customisations to the firmware developed in C - which is a great way to let customers to extend/customise device functionality. Elk features include: Cross platform. Works anywhe

    GitHub - cesanta/elk: A low footprint JavaScript engine for embedded systems
  • dRuby in the real-world embedded systems. by Masatoshi SEKI,Tatsuya Sonokawa

    Masatoshi Seki is a Ruby committer and the author of several Ruby standard libraries including dRuby, ERB, and Rinda. He’s an expert in object-oriented programming, distributed systems, and eXtreme programming. He has been speaking at RubyKaigi every year since 2006 when the Kaigi first started. He is also Senior Engineer at Canon Medical Systems corp.

    dRuby in the real-world embedded systems. by Masatoshi SEKI,Tatsuya Sonokawa
  • GitHub - sony/flutter-embedded-linux: Embedded Linux embedding for Flutter

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - sony/flutter-embedded-linux: Embedded Linux embedding for Flutter
  • Raspberry Piは本当に壊れやすいのか


    Raspberry PiTL (RaspberryPi = RPi) RPiRPi RPiRPi5000  RPi使RPi 10,000
    Raspberry Piは本当に壊れやすいのか
    MonMonMon
    MonMonMon 2021/01/07
    凄い参考になる この辺サクッと自動化できる人と組み込み系では見ることないな 回路作れる人、ソフトかける人分かれてるからだろうな
  • NikonのカメラをWebカメラにする方法(もちろんマルチOSで) - Zopfcode


    SparkoCam tl;dr 2020/11/26   使    tl;dr  github.com  (LV) OBS mtplvcap Go PC libusbOBS Windows/macOS/Linux  /@puhitakuDM 2020/11/26  Version 1.1.2  puhitaku 
    NikonのカメラをWebカメラにする方法(もちろんマルチOSで) - Zopfcode
    MonMonMon
    MonMonMon 2020/12/03
    まいど尊敬しかない
  • 電子辞書は組み込みLinuxの夢を見るか? - Zopfcode


     2010 puhitaku  SHARP  SHARP Brain PW-GC610WindowsCE Brain Linux  53  speakerdeck.com Brain退 SHARP BrainWindows   PE  *1Visual
    電子辞書は組み込みLinuxの夢を見るか? - Zopfcode
    MonMonMon
    MonMonMon 2020/09/27
    組込業界10数年目だが、平伏すばかりだな 部分部分は分かるが、全部できる人なんてなかなかいないよ
  • 退職しました - Zopfcode


    22GROOVE X退41341    LOVOT2018
    退職しました - Zopfcode
  • Rustの構造体メモリレイアウト - ryochack.blog

    Rustの構造体のメモリレイアウトについてのメモ。 Rustで次のような構造体を定義したときに、構造体のメモリレイアウトはどうなるか? struct Layout { b1: u8, s1: u16, b2: u8, w1: u32, b3: u8, w2: u32, s2: u16, s3: u16, } 検証時のRustのバージョンは次の通り。 stable-x86_64-unknown-linux-gnu rustc 1.24.1 (d3ae9a9e0 2018-02-27) TL;DR 先に結論を書く。 アトリビュート指定によって構造体のメモリレイアウトとサイズは以下のように変化する。 デフォルト 構造体サイズ20Byte repr(C)アトリビュート指定 構造体サイズ24Byte repr(packed)アトリビュート指定 構造体サイズ17Byte 以下に確認の過程を残しておく。

    Rustの構造体メモリレイアウト - ryochack.blog
  • 組込みRustドキュメントを和訳したお話 - 低レイヤ強くなりたい組込み屋さんのブログ


     Rust3 upstream  Rust Embedded Rust Rust Rust   The embedded Rust book Discovery The Embedonomicon  The embedded
    組込みRustドキュメントを和訳したお話 - 低レイヤ強くなりたい組込み屋さんのブログ
  • Reducing boot time in embedded Linux

  • TinyGoで始める組み込みプログラミング - スイッチサイエンス 開発者ブログ


    144lab TinyGo TinyGo TinyGoGo GoPOSIX-OSOS TinyGoPOSIX-OSLLVM使Go CPULLVM  https://github.com/tinygo-org/tinygo  https://tinygo.org/  ARMCortex-M0 WebAsse
    TinyGoで始める組み込みプログラミング - スイッチサイエンス 開発者ブログ
  • 組込みLinuxでplatform deviceを記述する3つの方法(board file/device tree/ACPI DSDT) - Qiita


    Linuxplatform device3(board file/device tree/ACPI DSDT)Linuxkernelembeddeddriver Linux Advent Calendar 201811  Linux1  Linux (Linux) Linux SoC
    組込みLinuxでplatform deviceを記述する3つの方法(board file/device tree/ACPI DSDT) - Qiita
  • 組み込み技術者向けTLS1.3基礎解説(前編):まずはSSL/TLSについて知ろう


    TLS1.3SSL/TLSIoT1/3  TLSTLS1.3IoT稿TLS1.3TLS1.3SSL/TLS1 IoT 使1
    組み込み技術者向けTLS1.3基礎解説(前編):まずはSSL/TLSについて知ろう
  • 組み込みLinuxでGolangのススメ - Qiita


    Linuxgolang!  # Golang CGolang 使 cgo UNIX  Golang UARTi2c WebAPI使 2D (cairo使)  #Golang
    組み込みLinuxでGolangのススメ - Qiita
    MonMonMon
    MonMonMon 2018/01/17
    組み込みでもGoとかRustで開発するよって時代が早いとこ来て欲しい 組み込みっていっても色々でそこそこメモリあるし、リアルタイムタイム性とそこまでって領域はあるからなぁ
  • Vedis - An Embeddable Datastore Engine

    Vedis is an embeddable datastore C library built with over 70 commands similar in concept to Redis but without the networking layer since Vedis run in the same process of the host application. Unlike most other datastores (i.e. memcache, Redis), Vedis does not have a separate server process. Vedis reads and writes directly to ordinary disk files. A complete database with multiple collections, is c

    Vedis - An Embeddable Datastore Engine
    MonMonMon
    MonMonMon 2017/06/23
    ライセンスはGPLライクなもの
  • 組み込みシステムにおけるメモリの基礎知識 - MyEnigma


    C/C++posted with AZlink at 2015.1.19 ,Michael Barr,   : 131661 Amazon.co.jp   [:contents]       使     - Wikipedia CPU  使 
    組み込みシステムにおけるメモリの基礎知識 - MyEnigma
  • 1