nes-proj/cpu
Philippe Rétornaz 666ff6ca55 cc253x: use a uint8_t for sleep_flag
__bit variables must be located after the 0x20 address
This force the stack to start after 0x20, thus decrease
the stack size by a considerable amount.
2012-09-07 17:32:10 +01:00
..
6502 Converted u8_t to uint8_t and u16_t to uint16_t in the cpu directory. 2012-02-21 08:33:24 -05:00
arm Converted u8_t to uint8_t and u16_t to uint16_t in the cpu directory. 2012-02-21 08:33:24 -05:00
avr Cleaned up RF230BB, and refactored FRAME_RETRIES and CSMA_RETRIES 2012-09-04 11:12:18 -06:00
cc253x cc253x: use a uint8_t for sleep_flag 2012-09-07 17:32:10 +01:00
cc2430 Improved handling of cc2x3x rf_flags 2012-07-11 10:53:14 +01:00
mc1322x Reactivate flash protection after maca init 2012-05-09 10:24:38 -04:00
msp430 Removed leds debug output 2012-06-07 10:35:22 +02:00
native Avoid deprecated error on Darwin. 2012-03-02 15:15:47 -05:00
stm32w108 Bugfix in clock_wait() declaration. Various style fixes. 2012-04-22 20:54:29 +02:00
x86 avoid unnecessary symbols.c/h copying 2012-03-26 23:00:43 +02:00
z80 Converted u8_t to uint8_t and u16_t to uint16_t in the cpu directory. 2012-02-21 08:33:24 -05:00