mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-01 17:34:40 +01:00
uspd: Multiple fixes
- 'transaction_*' apis with usp.raw object - new method 'setm_values' to set multiple values at once - 'dump_schema' with usp specific proto - Fix multiple output in 'getm_*' methods - Generate fault when set/add/del operations called without transaction using usp.raw object - Generate fault when set/add/del operation called using usp object and another transaction is in progress
This commit is contained in:
parent
8a275944e3
commit
2f333148b2
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uspd
|
||||
PKG_VERSION:=2.1.1
|
||||
PKG_VERSION:=2.1.2
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=4a0cb7cd692304f5d7946d2fa079b87406eda800
|
||||
PKG_SOURCE_VERSION:=30d714a1a40321a647f89bf31ab30a4e44816620
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue