origen_arm_debug 0.10.0.pre0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66853aab2d9e6fe3b32b0ac16c9ef5f64eb04bf1
4
- data.tar.gz: 511bfce260da1acec74db03809663b1c8f811a4c
3
+ metadata.gz: 6fba804b692152d859fe005174df7a52b74ac636
4
+ data.tar.gz: b9b02e218c1525893ccf429e71a0169931a169e5
5
5
  SHA512:
6
- metadata.gz: 527132a80c2ac9fe48695d7321d4121c88c8aea2e94ca6096b4f29dd7c7efddc3a19f1dcac3b1bb508d9c4165a3f70c0ed4028f24c12f9fbf7e84d79db072f3e
7
- data.tar.gz: 6a433640fd0a47fa972056a1d1dbc9875cb800dd3263b77f487f56fdd02f46edeb46832e2c7e1b8f135ac3923964c19eabfb5d02066b7a4b0dbc486e8d8ca4fa
6
+ metadata.gz: b394aa148fc46d0e8586ee16a44f7e30da09d14d75b2c77eb7982dddc3d8144cf6e8fc81beb0d64c2161e24712858972e98e070c22ef6f75e2ce0ca8f00691ad
7
+ data.tar.gz: 1bb7ff132cdce3a2d9302b10f6b02c4689cfe7598f6ecdb92f8702dbba04af96dbb19aa67b11e570573149f757d18e60b3b560f6adab198442e52d09f876e5ee
data/config/version.rb CHANGED
@@ -2,7 +2,7 @@ module OrigenARMDebug
2
2
  MAJOR = 0
3
3
  MINOR = 10
4
4
  BUGFIX = 0
5
- DEV = 0
5
+ DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
8
8
  end
@@ -43,12 +43,12 @@ module OrigenARMDebug
43
43
 
44
44
  add_reg :apacc, 0x00, 35, rnw: { pos: 0 }, # AP-Access Register (APACC)
45
45
  a: { pos: 1, bits: 2 },
46
- data: { pos: 0, bits: 32 }
46
+ data: { pos: 3, bits: 32 }
47
47
 
48
48
  add_reg :idcode, 0x00, 32, data: { pos: 0, bits: 32 } # Device ID Code Register (IDCODE)
49
49
  add_reg :abort, 0x00, 35, rnw: { pos: 0 }, # Abort Register (ABORT)
50
50
  a: { pos: 1, bits: 2 },
51
- data: { pos: 0, bits: 32 }
51
+ data: { pos: 3, bits: 32 }
52
52
 
53
53
  # DP Registers
54
54
  add_reg :dpidr, 0x00, 32, data: { pos: 0, bits: 32 }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: origen_arm_debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.pre0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ronnie Lajaunie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-30 00:00:00.000000000 Z
11
+ date: 2016-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: origen