Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
bdm.h
00001 /******************************************************************************* 00002 00003 bdm.h 00004 (c) 2010 by Sophie Dexter 00005 00006 A derivative work based on: 00007 //----------------------------------------------------------------------------- 00008 // Firmware for USB BDM v2.0 00009 // (C) johnc, 2009 00010 // $id$ 00011 //----------------------------------------------------------------------------- 00012 00013 ******************************************************************************** 00014 00015 WARNING: Use at your own risk, sadly this software comes with no guarantees. 00016 This software is provided 'free' and in good faith, but the author does not 00017 accept liability for any damage arising from its use. 00018 00019 *******************************************************************************/ 00020 00021 #ifndef __BDM_H__ 00022 #define __BDM_H__ 00023 00024 #include "mbed.h" 00025 // 00026 #include "common.h" 00027 #include "bdmcpu32.h" 00028 #include "bdmtrionic.h" 00029 00030 extern void bdm(); 00031 00032 #endif
Generated on Thu Jul 14 2022 04:28:18 by
