Skip to content

Instantly share code, notes, and snippets.

//! CDC-ACM serial port example using polling in a busy loop
//!
//! Tested with a NUCLEO-H723ZG
//!
//! This example uses the USB1 peripheral. On parts that have multiple USB
//! OTG_HS peripherals the USB1 D+/D- pins are located on PB14 and PB15. If your
//! development board uses PA11 and PA12 instead, you should adapt the example
//! to use the USB2 peripheral together with PA11 and PA12. This applies to the
//! NUCLEO-H743ZI2 board.
//!
@dlancea
dlancea / WSSoapClient.php
Created April 17, 2019 14:02 — forked from Turin86/WSSoapClient.php
WS-Security for PHP SoapClient
<?php
/**
* This class can add WSSecurity authentication support to SOAP clients
* implemented with the PHP 5 SOAP extension.
*
* It extends the PHP 5 SOAP client support to add the necessary XML tags to
* the SOAP client requests in order to authenticate on behalf of a given
* user with a given password.
*
U-Boot 2009.08 (May 01 2016 - 19:06:52)
CPU: Freescale i.MX50 family 1.1V at 800 MHz
mx50 pll1: 800MHz
mx50 pll2: 400MHz
mx50 pll3: 216MHz
ipg clock : 66666666Hz
ipg per clock : 66666666Hz
uart clock : 24000000Hz
ahb clock : 133333333Hz
@dlancea
dlancea / config.fish
Last active December 18, 2015 19:56 — forked from schaary/ssh_agent_start.fish
Setup fish shell to auto-start ssh_agent
# Goes in ~/.config/fish/config.fish
# Start SSH agent
setenv SSH_ENV $HOME/.ssh/environment
start_agent