mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
ARMv7A Port: Add contact details for contributer to README.
This commit is contained in:
@@ -10,3 +10,5 @@ Following are the steps to add new board <abc> under armv7a port:
|
||||
4. Add .c files in ports/armv7a/<abc> to implement the board specific functions expected in arm_pic.h, arm_timer.h, and arm_uart.h
|
||||
5. Add Makefile in ports/armv7a/<abc> (similar to the one in ports/armv7a/pb-a8) to build board specific objects corresponding to the .c files added in step 4.
|
||||
5. To build atomthreads for <abc> board use following command "make BOARD=<abc>" with ports/armv7a as current directory.
|
||||
|
||||
Port contributed by Anup Patel (http://brainfault.blogspot.com).
|
||||
|
||||
Reference in New Issue
Block a user