Skip to content

Commit

Permalink
sync to vsprog in google code
Browse files Browse the repository at this point in the history
  • Loading branch information
vsfos committed Apr 25, 2015
1 parent 8681818 commit 345107d
Show file tree
Hide file tree
Showing 343 changed files with 108,581 additions and 91,039 deletions.
Binary file added Vsfand/bin/Vsfand.apk
Binary file not shown.
15 changes: 15 additions & 0 deletions codelite/codelite.workspace
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeLite_Workspace Name="codelite" Database="./codelite.tags">
<Project Name="vsprog" Path="vsprog/vsprog.project" Active="No"/>
<Project Name="versaloon" Path="versaloon/versaloon.project" Active="Yes"/>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="no">
<Project Name="vsprog" ConfigName="Debug"/>
<Project Name="versaloon" ConfigName="Debug"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="Release" Selected="yes">
<Project Name="vsprog" ConfigName="Release"/>
<Project Name="versaloon" ConfigName="Release"/>
</WorkspaceConfiguration>
</BuildMatrix>
</CodeLite_Workspace>
18 changes: 18 additions & 0 deletions codelite/versaloon/Gdb_Server.cfg
@@ -0,0 +1,18 @@
#
# Starting openocd gdb server stm3210b_eval
# using swd transport
#

source [find interface/vsllink_swd.cfg]
source [find target/stm32f1x.cfg]


# default ports
telnet_port 4444
gdb_port 3333
tcl_port 6666

init
adapter_khz 1125
reset init
verify_ircapture disable
26 changes: 26 additions & 0 deletions codelite/versaloon/Program_flash.cfg
@@ -0,0 +1,26 @@

#
# Flash programming for stm3210b_eval
# Using the swd transport
#

source [find interface/vsllink_swd.cfg]
source [find target/stm32f1x.cfg]


# default ports
telnet_port 4444
gdb_port 3333
tcl_port 6666

init
adapter_khz 1125
reset init
verify_ircapture disable

halt
poll
stm32f1x mass_erase 0
flash write_image versaloon.elf 0x0000000 elf
reset run
shutdown
559 changes: 559 additions & 0 deletions codelite/versaloon/versaloon.project

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions codelite/vsprog/config.h
@@ -0,0 +1,7 @@
#define IS_MINGW 1
#define IS_WIN32 1

#define VERSION "1.0"
#define PKGBLDDATE __DATE__
#define RELSTR "GCC:"
#define PKGBLDREV "0000"
413 changes: 413 additions & 0 deletions codelite/vsprog/vsprog.project

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dongle/driver/win32/versaloon/driver/Versaloon.cat

This file was deleted.

Binary file removed dongle/driver/win32/versaloon/driver/Versaloon.inf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 0 additions & 27 deletions dongle/driver/win32/versaloon/driver/libusb-win32-bin-README.txt

This file was deleted.

0 comments on commit 345107d

Please sign in to comment.