]> rtime.felk.cvut.cz Git - omk.git/commit
NuttX: update rules for 12.0.0 release yet attempt to support old versions.
authorPavel Pisa <ppisa@pikron.com>
Fri, 31 Mar 2023 22:46:04 +0000 (00:46 +0200)
committerPavel Pisa <ppisa@pikron.com>
Fri, 31 Mar 2023 22:46:04 +0000 (00:46 +0200)
commit9dfa1d0280c711c459a10d5e249141fdc9303dd4
treefad2226e946b2282e9ad72407c1ed58c5d258b09
parentca54517a66460ac64138e7a8944209f5c6b62ced
NuttX: update rules for 12.0.0 release yet attempt to support old versions.

The most of the NuttX specific logic is moved inside
OMK rules. The user has to provide only NUTTX_EXPORT
in config.target or at command line.

Debugging and output formats list are another optional
useful variables to choose by user. I.e.

  DEBUG ?= -g -ggdb

  OUTPUT_FORMATS = bin hex

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
snippets/nuttx-compile.omk
snippets/nuttx-kernel.omk