diff options
Diffstat (limited to 'docs/handover.adoc')
-rw-r--r-- | docs/handover.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/handover.adoc b/docs/handover.adoc index 280cb7e..e25a864 100644 --- a/docs/handover.adoc +++ b/docs/handover.adoc @@ -73,6 +73,10 @@ using the same setup, eg. the RPI Pico W requires another RPI Pico W to be debug Effectively requiring the project team to have at least 4 RPI Pico Ws to be able to develop in the same environment (if there are 2 software students). +=== Arduino +Allocating memory using 'realloc' on arduino is not possible, which also denies usage of +the 'mpack_writer_init_growable' + == Imperatives * Start creating prototypes as fast as possible, this benefits the project in the long run, as you have already shown that certain parts of the project are already working and only |