Skip to content

Commit

Permalink
Set FSW version to 3.3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <[email protected]>
  • Loading branch information
jeandet committed Oct 13, 2021
1 parent 265ea32 commit 374f3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
option('SW_VERSION_N1', type : 'string', value : '3', description : 'N1 FSW Version.')
option('SW_VERSION_N2', type : 'string', value : '2', description : 'N2 FSW Version.')
option('SW_VERSION_N2', type : 'string', value : '3', description : 'N2 FSW Version.')
option('SW_VERSION_N3', type : 'string', value : '0', description : 'N3 FSW Version.')
option('SW_VERSION_N4', type : 'string', value : '24', description : 'N4 FSW Version.')
option('SW_VERSION_N4', type : 'string', value : '0', description : 'N4 FSW Version.')

option('fix-b2bst', type : 'boolean', value : true, description : 'Activate -mfix-b2bst switch to mitigate \"LEON3FT Stale Cache Entry After Store with Data Tag Parity Error\" errata, GRLIB-TN-0009')

Expand Down

0 comments on commit 374f3a5

Please sign in to comment.