nuttx-mirror/boards/arm/nrf52
hujun5 610efc8f1a arm: remove up_set_current_regs/up_current_regs
reason:
up_set_current_regs initially had two functions:

1: To mark the entry into an interrupt state.
2: To record the context before an interrupt/exception. If we switch to
   a new task, we need to store the upcoming context regs by calling up_set_current_regs(regs).

Currently, we record the context in other ways, so the second function is obsolete.
Therefore, we need to rename up_set_current_regs to better reflect its actual meaning,
which is solely to mark an interrupt.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-26 20:04:54 +08:00
..
arduino-nano-33ble boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
arduino-nano-33ble-rev2 boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
common boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
nrf52-feather boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
nrf9160-dk-nrf52 boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
nrf52832-dk boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
nrf52832-mdk boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
nrf52832-sparkfun boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
nrf52840-dk arm: remove up_set_current_regs/up_current_regs 2024-11-26 20:04:54 +08:00
nrf52840-dongle boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
thingy52 boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
thingy91-nrf52 boards/arm/nrf52: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00