1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

tools/lib/atusb.c: added SRAM access to atusb driver

- tools/atrf-proxy/PROTOCOL: documented new commands GETRAM and SETRAM
  for SRAM access
- tools/atrf-proxy/atrf-proxy.c (cmd_two, cmd_more): added "setram"
  command
- tools/atrf-proxy/atrf-proxy.c (cmd_more): added "getram" command
- tools/lib/atnet.c (atnet_sram_write, atnet_sram_read): SRAM access
  functions
- tools/lub/atnet.c (atnet_driver): added new functions to driver
  operations
This commit is contained in:
Werner Almesberger
2011-06-03 14:35:21 -03:00
parent 4aff7af370
commit 565fadf258
3 changed files with 71 additions and 0 deletions

View File

@@ -48,6 +48,14 @@ READ
+length raw-data
-message
SETRAM addr value
+[comment]
-message
GETRAM addr
+value
-message
POLL
+0|1
-message