Move CHOPSTX_THREAD_SIZE, it's core specific.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2019-11-18 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* entry.c: Use chopstx-cortex-m.h.
|
||||||
|
* chopstx.h (CHOPSTX_THREAD_SIZE): Move the definition to ...
|
||||||
|
* chopstx-cortex-m.h (CHOPSTX_THREAD_SIZE): ... here.
|
||||||
|
|
||||||
2019-10-07 Jeremy Drake <jeremy@drastrom.science>
|
2019-10-07 Jeremy Drake <jeremy@drastrom.science>
|
||||||
|
|
||||||
* mcu/usb-st-common.c (usb_lld_init): Move BTABLE initialization
|
* mcu/usb-st-common.c (usb_lld_init): Move BTABLE initialization
|
||||||
|
|||||||
@@ -10,3 +10,5 @@ struct tcontext {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef struct tcontext tcontext_t;
|
typedef struct tcontext tcontext_t;
|
||||||
|
|
||||||
|
#define CHOPSTX_THREAD_SIZE 64
|
||||||
|
|||||||
@@ -163,5 +163,3 @@ int chopstx_poll (uint32_t *usec_p, int n,
|
|||||||
struct chx_poll_head *const pd_array[]);
|
struct chx_poll_head *const pd_array[]);
|
||||||
|
|
||||||
int chopstx_conf_idle (int enable_sleep);
|
int chopstx_conf_idle (int enable_sleep);
|
||||||
|
|
||||||
#define CHOPSTX_THREAD_SIZE 64
|
|
||||||
|
|||||||
Reference in New Issue
Block a user