This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
eb6ea28649
zephyr
/
soc
/
riscv32
/
pulpino
/
Kconfig.soc
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
riscv32: added support for the pulpino soc pulpino soc has custom-extended riscv ISA that is accounted for if CONFIG_RISCV_GENERIC_TOOLCHAIN is not set. (ex: bit manipulation asm opcodes) Change-Id: I4dafc4ebc2fedcc4eb6a3dedd0412816afea6004 Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>
2017-01-11 07:24:30 +08:00
config SOC_RISCV32_PULPINO
bool "Pulpino SOC implementation"
riscv32: fix KConfig selection of ATOMIC_OPERATIONS_C Jira: ZEP-1583 Change-Id: Icc06b8531b74dd884e4b1224c77fa5a9cabbd629 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-17 01:07:35 +08:00
select ATOMIC_OPERATIONS_C