Revision dc688a9f
README.txt | ||
---|---|---|
216 | 216 |
Due to the complexity of AMiRo-OS it can be quite troublesome to get started |
217 | 217 |
with the framework at the beginning. The guides in this chapter will help you |
218 | 218 |
getting things done, without thorough knowledge of the software structure. |
219 |
Whereas the textual descriptions of the guides provide additional informatio |
|
219 |
Whereas the textual descriptions of the guides provide additional information
|
|
220 | 220 |
about the underlying concepts and mechanisms, a short summary is provided at the |
221 | 221 |
end of each chapter. |
222 | 222 |
|
... | ... | |
282 | 282 |
3) configure all files according to your hardware setup and preferences. |
283 | 283 |
4) compile, flash and check for issues. |
284 | 284 |
|
285 |
|
|
285 | 286 |
4.2 Handling a Custom I/O Event in the Main Thread |
286 | 287 |
--------------------------------------------------- |
287 | 288 |
|
... | ... | |
329 | 330 |
2) define the AMIROOS_CFG_MAIN_LOOP_IOEVENT_MASK macro. |
330 | 331 |
3) implement the MODULE_MAIN_LOOP_IO_EVENT(eventflags) hook. |
331 | 332 |
|
333 |
|
|
332 | 334 |
4.3 Implementing a New Low-Level Driver |
333 | 335 |
---------------------------------------- |
334 | 336 |
|
... | ... | |
381 | 383 |
5) configure interrupts and interfaces as required. |
382 | 384 |
6) write a unit test. |
383 | 385 |
|
386 |
|
|
384 | 387 |
4.4 Writing a Unit Test |
385 | 388 |
------------------------ |
386 | 389 |
|
periphery-lld/AMiRo-LLD | ||
---|---|---|
1 |
Subproject commit 33f542133dd484ad1904f87d0e837020e4f31433 |
|
1 |
Subproject commit de56f8141cdd48e456d57bd732a29f005ca8bad4 |
Also available in: Unified diff