Skip to content

Commit

Permalink
Fix timer and nvic options
Browse files Browse the repository at this point in the history
  • Loading branch information
subwire committed Nov 22, 2019
1 parent 7d6e82c commit c286c74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion tests/atmel_6lowpan_udp_tx/atmel_6lowpan_udp_tx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ handlers:
handler:
addr: 0x00001EB0
i2c_master_read_packet_wait:
handler: hal_fuzz.handlers.rf233.get_edbg_eui64
handler: hal_fuzz.handlers.rf233.get_edbg_eui64

use_nvic: True
use_timers: True
3 changes: 3 additions & 0 deletions tests/samr21_http/samr21_http_eth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ memory_map:
handlers:
tcp_next_iss:
handler: hal_fuzz.handlers.lwip.tcp_next_iss_hack

use_timers: True
use_nvic: True
4 changes: 2 additions & 2 deletions tests/samr21_http/samr21_http_plain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ memory_map:
flash: {base_addr: 0x0, file: ./samr21_http.bin,
permissions: r-x, size: 0x800000}

use_nvic: False
use_timers: False
use_nvic: True
use_timers: True

#handlers:
# dummy:
Expand Down

0 comments on commit c286c74

Please sign in to comment.