Damien George a12a0f78b0 py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former.
stmhal relies on pfenv_* to implement its printf.  Thus, it needs a
pfenv_print_int which prints a proper 32-bit integer.  With latest
change to pfenv, this function became one that took mp_obj_t, and
extracted the integer value from that object.

To fix temporarily, pfenv_print_int has been renamed to
pfenv_print_mp_int (to indicate it takes a mp_obj_t for the int), and
pfenv_print_int has been added (which takes a normal C int).  Currently,
pfenv_print_int proxies to pfenv_print_mp_int, but this means it looses
the MSB.  Need to find a way to fix this, but the only way I can think
of will duplicate lots of code.
2014-04-08 01:29:53 +01:00
..
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-04-02 15:56:31 +01:00
2014-03-17 02:43:40 -07:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-04-05 20:51:29 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 23:30:15 +03:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00