nes-proj/project
giomba 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
..
Assigner [assigner] some minor fix here and there 2019-04-14 15:22:19 +02:00
Giomba [cart] futher adjustments for new type names 2019-04-13 09:28:16 +02:00
Natalia [cash] pointer issue basket_address + ids as uint32_t 2019-04-14 15:23:27 +02:00
common [common] updated common files 2019-04-13 09:29:17 +02:00
doc Updated .gitignore for presentation file 2019-04-12 17:53:11 +02:00
product [product] written rfid product encapsulation 2019-04-13 09:29:41 +02:00
.gitignore [repo] added a gitignore 2019-04-12 16:10:52 +02:00