User Tools

Site Tools


milestone_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

milestone_1 [2023/01/09 14:45]
scott [Queue Coding Help]
milestone_1 [2023/01/13 16:21] (current)
scott [Requirements]
Line 19: Line 19:
   - Write your own queue code. Don't download code from the internet, it may have bugs in it. Also, since this queue module has extra functions that are not typically included in a queue implementation,​ things will just go faster and easier if you write the code yourselves.   - Write your own queue code. Don't download code from the internet, it may have bugs in it. Also, since this queue module has extra functions that are not typically included in a queue implementation,​ things will just go faster and easier if you write the code yourselves.
   - Your queue code must pass the provided queue_runTest() test.   - Your queue code must pass the provided queue_runTest() test.
-  - You must follow the same [[http://​byu-cpe.github.io/​ecen330/​other/​coding-standard/​|coding standards]] as was done for ECEN 330.+  - You must follow the same [[http://​byu-cpe.github.io/​ecen330/​other/​coding-standard/​|coding standards]] as was done for ECEN 330. **Exception:​ clang-format is not required. Ignore any clang-format rules.**
  
 ---- ----
Line 33: Line 33:
   * [[malloc_and_queue|How to use malloc and pointers in '​C'​ with the queue]].   * [[malloc_and_queue|How to use malloc and pointers in '​C'​ with the queue]].
   * [[queue_resources|Queue Code Sketch]].   * [[queue_resources|Queue Code Sketch]].
-  * [[http://​en.wikipedia.org/​wiki/​Circular_buffer|circular buffers]]+  * [[http://​en.wikipedia.org/​wiki/​Circular_buffer|Circular Buffer]]
  
 ==== Source Code ==== ==== Source Code ====
milestone_1.1673300735.txt.gz ยท Last modified: 2023/01/09 14:45 by scott