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
| //! 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. | |
| //! |
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
| <?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. | |
| * |
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
| 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 |
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
| # Goes in ~/.config/fish/config.fish | |
| # Start SSH agent | |
| setenv SSH_ENV $HOME/.ssh/environment | |
| start_agent |