Commit Graph

28 Commits

Author SHA1 Message Date
ccaac68102 [cash] pointer issue basket_address + ids as uint32_t
- basket_address held the pointer to a value that is replaced for every new packet coming from the network layer, so the value itself it should be copied, not the pointer; this lead to board reset when dereferencing it
- product_id and customer_id are on 32 bits (no supermarket has less than 256 products and/or customers), otherwise I think it would fail
2019-04-14 15:23:27 +02:00
e453711712 [assigner] some minor fix here and there
plus deleted trailing spaces from lines
sorry Daniela, my editor trims them automagically
2019-04-14 15:22:19 +02:00
61e2f9f6d0 [product] written rfid product encapsulation 2019-04-13 09:29:41 +02:00
26182c778e [common] updated common files 2019-04-13 09:29:17 +02:00
0343edb42c [cash] minor fix due to a copypasta error 2019-04-13 09:28:54 +02:00
2fb95798df [cart] futher adjustments for new type names 2019-04-13 09:28:16 +02:00
aa708cfea8 Merge branch 'master' of git.giomba.it:giomba/nes-proj 2019-04-12 22:24:21 +02:00
5af2caaf8a [net] product vs item explanation 2019-04-12 19:05:44 +02:00
francesco.barbarulo
9d0913aef9 Merge branch 'master' of git.giomba.it:giomba/nes-proj 2019-04-12 17:53:17 +02:00
francesco.barbarulo
dda6aa48ad Updated .gitignore for presentation file 2019-04-12 17:53:11 +02:00
francescobarbarulo
268e8b624f Merge branch 'master' of git.giomba.it:giomba/nes-proj 2019-04-12 17:51:12 +02:00
francescobarbarulo
e7bf80de71 Added some comments 2019-04-12 17:50:48 +02:00
b2087edbde [merge] fixd merge conflict for typo 2019-04-12 16:50:44 +02:00
Daniela
a97bb9aa71 Merge branch 'master' of git.giomba.it:giomba/nes-proj 2019-04-12 16:47:58 +02:00
Daniela
1d0f6521ea Fixed struct name 2019-04-12 16:47:44 +02:00
francescobarbarulo
f8fe30f0ef Merge branch 'master' of git.giomba.it:giomba/nes-proj 2019-04-12 16:44:28 +02:00
35555fad78 [cart] update with new struct names 2019-04-12 16:44:25 +02:00
francescobarbarulo
abadc65caf First version of product 2019-04-12 16:44:20 +02:00
natalija.zlatkova@gmail.com
90ea7bb4c1 deleted adress field in basket structure 2019-04-12 16:41:39 +02:00
b38dccc325 [cart] not working 2019-04-12 16:30:05 +02:00
Daniela
aafd37dd59 Cassa and Supermarket updated 2019-04-12 16:30:01 +02:00
natalija.zlatkova@gmail.com
3393ab5877 modified version that saves up memory 2019-04-12 16:20:00 +02:00
b3eaad66d0 [repo] added a gitignore 2019-04-12 16:10:52 +02:00
Daniela
e62c4d5501 first version of Assigner 2019-04-12 15:14:52 +02:00
477963987f [cart] Now cart should associate 2019-04-12 14:56:37 +02:00
ef9cde532f [cart] first unuseful version for cart 2019-04-11 17:46:54 +02:00
natalija.zlatkova@gmail.com
55f248f517 first version cassa 2019-04-06 17:34:46 +02:00
francesco.barbarulo
0ec72832d1 First project commit 2019-04-04 10:36:10 +02:00